Memory Pool Memory Pool Refreshing

3,974 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,515 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (628,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,653 279,653 0000000000000000d6db1e82c045409128bbc6c789673083385b663aa8562065 0.03 MB 71 36
279,652 279,652 0000000000000002bf8c29c0722f0be5f6ea08b7986a8ed0e3e2f175d7636f87 0.19 MB 304 22
279,651 279,651 00000000000000013f27316bb0b1a88b4510d6cfdf58f470c8251e302b5b55fa 0.25 MB 718 73
279,650 279,650 00000000000000025b229c6fa44fc35d5deceb803da8a7558d44ca2d2096e7a6 0.04 MB 103 42
279,649 279,649 0000000000000000076b6ed7d1fbc3bd24f77a1e614691b42440f340867fe9ec 0.09 MB 210 105
279,648 279,648 000000000000000214876d25b809810ff1c020b09658de5ae2d3c07f4de345c3 0.08 MB 184 36
279,647 279,647 00000000000000009da5e7ec3ddb1823fb0ae0a9d301d119a680655d8b8203d4 0.18 MB 380 66
279,646 279,646 00000000000000005de9c07e50ca6b313efc0ebd29592f76eedd3d02564df9cd 0.10 MB 264 44
279,645 279,645 0000000000000000d44ab751bc4da1f86724dd8fffa9cc3eb0ccc8f15815271d 0.03 MB 77 46
279,644 279,644 0000000000000002fb64fddd6b55c0117f3888714ba345643486b194a100ce46 0.00 MB 1 0
279,643 279,643 0000000000000002f04708930d2824e9696c0ad0489da11842790782f65dea00 0.18 MB 317 35
279,642 279,642 0000000000000001665af33e315c071bda5b6b77c087f912beca976c509e1ff1 0.07 MB 125 20
279,641 279,641 0000000000000002207f32112f5ff1d45d873193933ea4616213196131d5285a 0.24 MB 408 49
279,640 279,640 000000000000000289b8d24931a718501c68aba1b50adc357ffaea0a392c19a5 0.03 MB 102 67
279,639 279,639 00000000000000010d85be7bfab2dcafe52e3054fdcd1d36d61dc2c056d73485 0.05 MB 57 18
279,638 279,638 000000000000000062a3bb35c254baf23e3df9ea63cdfa0233abef2467daff6d 0.25 MB 650 47
279,637 279,637 0000000000000001f9961d27f814a75ee6cb3302669cbcd41947139992e1dfad 0.26 MB 550 36
279,636 279,636 0000000000000002dde082a83731691a2790a29a21444edbd97854853347fcce 0.10 MB 245 43
279,635 279,635 000000000000000088e6a4ce4ab57f7964c5aaddc779a8ae38e5403887551b72 0.01 MB 15 43
279,634 279,634 000000000000000062afa13e3134764ae7d18a87f64385d6ba3340e656933526 0.09 MB 224 43
279,633 279,633 0000000000000001f44b4a28bca89f21e6f2b290ad8fab6d1ebb436b26f40c62 0.08 MB 117 29
Previous 10 blocks ↓
Total Size: 769.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,634.70 GB sent, 94.05 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.