Memory Pool Memory Pool Refreshing

1,409 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,764 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,408 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (759,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,665 148,665 000000000000046379a18624dc67172496bd86c66593fd87d32331b05bc3c1df 0.01 MB 28 54
148,664 148,664 000000000000094f6d653b13feb4a7b01f5015669ffc11c649edc103f019da4b 0.01 MB 32 37
148,663 148,663 000000000000091e1cf64628d82898556eef971a1518f2662f6937495acd9f6a 0.00 MB 2 193
148,662 148,662 000000000000030d25355e6adb0697405a1bd4f8fb1cd1bb250c487f16086b24 0.00 MB 15 89
148,661 148,661 00000000000008a7470b4ea68f04e37336508ae4cec39e76cd9c53ed715f110b 0.03 MB 105 136
148,660 148,660 00000000000001cba790da5c7dc93ab0eace5f3715fb8338a08686b866a4571d 0.01 MB 31 78
148,659 148,659 000000000000085ae5087d12e11ed6934801a07ed0f09194d145f0549fed60f7 0.02 MB 44 100
148,658 148,658 000000000000091e32ad280dee586efefe2f3086056e8894e4debd1efe5b3dc7 0.00 MB 7 50
148,657 148,657 00000000000006eba497a316127ee772dab7f15fe34a3752a2fa51eec1fa40d0 0.00 MB 6 136
148,656 148,656 00000000000007f1d9de93961b6cbf5db8e3f647523e522e4503ace76d04ccc8 0.00 MB 6 42
148,655 148,655 000000000000032e179bc0130ce453402e02b7e69ed520fdee29384c8572c8c5 0.02 MB 69 39
148,654 148,654 000000000000023a007deefa228c38a9b3b061301f29b81957ed584b8b589c61 0.03 MB 62 129
148,653 148,653 0000000000000499d909e56df5727b2bbed02a2431dc3cd8ae2d9597f5715ea5 0.00 MB 11 400
148,652 148,652 0000000000000097ca965b416520aa85c763235f74b50b6cff41a1384942c8cf 0.01 MB 19 400
148,651 148,651 0000000000000031706e7b0393d577eff96b7479f385d5cbe68b52a73db1d7da 0.02 MB 35 275
148,650 148,650 000000000000004863ac961d50779c5e294285c867602b3f96cfb8953696d88b 0.00 MB 12 77
148,649 148,649 00000000000002278a59520fb1d62b0bd8e7071f99a437ad682d608c4a27eddf 0.01 MB 14 79
148,648 148,648 00000000000006a4ea5aa2354715a73a1f3d22172e742deb2e1b024b24cc271b 0.00 MB 1 0
148,647 148,647 00000000000003fbe8aa8acc75827f3dafffef60320538d3367d4db1abf1cc80 0.01 MB 16 146
148,646 148,646 000000000000065aecc89a72a75902ffa0d2b07e115b7aeab5f3591e9223cabb 0.02 MB 78 177
148,645 148,645 000000000000018a0f361f384a7bc2b9bb4725c627625254474bd58ac821091f 0.01 MB 26 157
Previous 10 blocks ↓
Total Size: 769.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,628.78 GB sent, 93.39 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.