Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,553 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (248,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
659,284 659,284 000000000000000000040410ccc6fc079676a05da012118c047ad434b86d3ed7 1.40 MB 1,514 16
659,283 659,283 00000000000000000004e31b89705459c0fe62b94f05dc09fbbdb139baf412a3 1.31 MB 2,588 12
659,282 659,282 00000000000000000003c8430907661ba908b9e9d59c73dbf524b0402b3443f9 1.44 MB 2,229 36
659,281 659,281 0000000000000000000ca70f82b7fa348ddb5d00ed9526ed40a7ccf85e5b18e4 1.32 MB 2,230 62
659,280 659,280 0000000000000000000a213b0ade0daff36010408165eb9e429ed11555801c89 1.37 MB 1,830 20
659,279 659,279 0000000000000000000d6e3ca74693de7fb8ec58f58cb0e23f642923e3304b88 1.33 MB 2,203 18
659,278 659,278 0000000000000000000b7aa48be56e68c781f93640b56479795d698cf83054cf 1.34 MB 2,518 39
659,277 659,277 00000000000000000005cb468e569b428f43e98a07b9cc63b6869ce613783873 1.16 MB 2,160 6
659,276 659,276 000000000000000000034aac7f9135b56c546e08e0b5e35b5f87b6907ec16fc5 1.13 MB 2,008 9
659,275 659,275 0000000000000000000e94ad0083cc47c54a719122b721338583c9e2503f8548 1.24 MB 2,232 35
659,274 659,274 0000000000000000000dc98a450f985b74c99f7e79729eaff827bf430a6aed0e 1.25 MB 2,303 21
659,273 659,273 000000000000000000084e03ace8ab476353b0846ed571e6f32c0d7c0cf90105 1.29 MB 2,210 10
659,272 659,272 0000000000000000000c8c5f27620955d32122fbd1b8af0ff3482bf6822126b8 1.23 MB 2,657 29
659,271 659,271 000000000000000000088cb95ccc9d664619f05adbf7bef9d80b020cc232dd80 1.24 MB 2,479 19
659,270 659,270 00000000000000000002c89f419e8f19fa4ae3d3ff606094a824b5e2bac9f8ed 1.24 MB 1,790 49
659,269 659,269 0000000000000000000435324cf459f1c8345e9e769e1a5f103ee8655db6b935 1.41 MB 2,193 15
659,268 659,268 00000000000000000006cc2a5ad9e3dcc1ee1d87b4b88521bf73ab865a084ce3 1.54 MB 2,239 31
659,267 659,267 0000000000000000000c2608f53a0173b1f615f5ccf5d1fb799beed3afa14b1d 1.32 MB 2,835 77
659,266 659,266 00000000000000000006333c379b5589102466524aa604b1a24d3e698528b382 1.40 MB 2,668 49
659,265 659,265 00000000000000000008c529e4d83ed3d2afc7d239568d73ab7debb19c9a7e2d 1.28 MB 2,811 80
659,264 659,264 00000000000000000007342a8096965f4f70266c2854c53cd07eab10801b52c7 1.27 MB 3,030 95
Previous 10 blocks ↓
Total Size: 769.15 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,632.48 GB sent, 93.62 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.