Memory Pool Memory Pool Refreshing

1,633 transactions
0.53 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
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,616 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (573,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,823 333,823 000000000000000019f65c36b5f24a9e1de0f233cc0591f5b7872862d8904208 0.32 MB 539 22
333,822 333,822 0000000000000000036effeef712a72e77f40eb85f99d247c2de47fb34cd7224 0.13 MB 204 21
333,821 333,821 0000000000000000107e194fc40ea658c7a74ae1f3cfdb676e35afd426965a4d 0.21 MB 397 17
333,820 333,820 00000000000000001a3873d1178498702ce8d9e8ebae78b109a545cf93e593fe 0.13 MB 347 30
333,819 333,819 000000000000000012e71413c8086dc9c5a12e5c9b6517b97d1e021aeeac7dcf 0.65 MB 594 16
333,818 333,818 000000000000000017f0530394a7cb6d6abc3c0c3005a921b1be539114fd7c3a 0.50 MB 1,195 29
333,817 333,817 000000000000000006cd15d0f07ad63cab46740134d1964de6e346520440a8cc 0.00 MB 16 33
333,816 333,816 0000000000000000175f65f411629b5b251949a0f7e816873123feef78bd89e5 0.20 MB 539 35
333,815 333,815 0000000000000000094aaa560880fc4a7ae38a34a8ee740baaf771e99206929c 0.35 MB 640 24
333,814 333,814 00000000000000000ca1c633fc2168684ef1c564eeca421d89b95153cb64be3b 0.21 MB 326 23
333,813 333,813 000000000000000000d8067e97a5a8aca1593eeb62d023ce6e57c931db40c484 0.12 MB 134 18
333,812 333,812 0000000000000000184802138040aebe287a69fe5480354c243fc936a64c73fb 0.10 MB 42 4
333,811 333,811 000000000000000019266f49aa98e02fd1b252aeb78f2d30ac92ae2c173203d3 0.42 MB 640 20
333,810 333,810 000000000000000018c51343209228c0e1485933df55eda1cbb9486db973a319 0.01 MB 32 82
333,809 333,809 00000000000000001aef2ef63c95c29b5735cff000120902099ed0ea9954c6fb 0.18 MB 262 19
333,808 333,808 000000000000000012ef4596a54526c2e4fdd51d1895398a8bcfd6d67450b0c5 0.00 MB 8 33
333,807 333,807 0000000000000000142bb2da93ed07be7a8c165f529b048061f23ef9e7242861 0.09 MB 99 13
333,806 333,806 000000000000000009f46825313be327d2fdb1f2f634dbdbbb48f08f41f5a9fd 0.00 MB 1 0
333,805 333,805 000000000000000013acbc4d4b3ba52a3d08521041c670e13e83ac37aa01e14e 0.11 MB 191 21
333,804 333,804 000000000000000008cbba0013fd8d42a26f670b6d5fdfa16da3f6c10114189d 0.36 MB 527 21
333,803 333,803 00000000000000001745586815ef5399378c901ac5cd921c6e0b86074d905639 0.41 MB 584 20
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

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