Memory Pool Memory Pool Refreshing

12,746 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,043 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (780,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,400 127,400 00000000000020449c862044e15eba2b2b0c9d80a0d031bc86457a82c8e60f85 0.02 MB 27 362
127,399 127,399 00000000000005ee116ebd62f6789528ac87f97575f966b4e31b21f16320836d 0.00 MB 10 39
127,398 127,398 000000000000203cbc196690ef9f857c22b92c54b75dd7161ab6cc67eddf5cd4 0.00 MB 14 817
127,397 127,397 0000000000000fb6ff01f7f8f0e8709b2d807862ffe44a3b43e2131dfb779405 0.01 MB 16 1,236
127,396 127,396 0000000000001060645f13acb6601106acf537a20c561876405fa7c15a85e7ad 0.00 MB 9 931
127,395 127,395 000000000000005835354ae6942d57d5da6d39bf4a2406a10e976d237b438adf 0.01 MB 21 0
127,394 127,394 0000000000002077c5934d23678627e14fc0ad9441f61ad3d69d5296d4c7fbe5 0.00 MB 3 0
127,393 127,393 0000000000002674ca6fd5759523c23e4a2d74d965ab15decf1e9bf72cf8d47f 0.00 MB 3 0
127,392 127,392 0000000000001655ef4336cb08dc0a86b63d1e680ce162e7fb67d91e55d5f3c4 0.00 MB 7 571
127,391 127,391 0000000000000e445a5c2fe1eb67545c2b02dac6b38ca34b4e89b23c281e1d3b 0.00 MB 6 159
127,390 127,390 0000000000001e1c163cc116b8d48b710f7be3b958cbe53778784195a358c38b 0.00 MB 7 0
127,389 127,389 0000000000000c43e03928c2f137192d6cc9fdb9237b388392880eb1e123470e 0.01 MB 15 157
127,388 127,388 00000000000011f01256bc5677b5efeb9a79d0851b24f0f94d3eaf8d1b02f032 0.03 MB 66 1,298
127,387 127,387 000000000000214c7a0842af037838876076a27604b89d88bb37838a83ef3e41 0.00 MB 9 1,238
127,386 127,386 0000000000000a9ec4599658864c0b91d2b8ee9cf3cd6457207f89f2e332ef7a 0.00 MB 6 924
127,385 127,385 0000000000001a9ffc28c6642c28e0655d07c314d13d2f98508659fb105d818e 0.00 MB 1 0
127,384 127,384 00000000000017ba96c15ced357c19d5578487676288820513b4b7797d68c9e5 0.02 MB 52 228
127,383 127,383 000000000000096f0879855e8f7c59ff3544dedbe8201c0cdeac320218489258 0.00 MB 11 1,341
127,382 127,382 0000000000001bfda0e110e70ce13173c1c464821078268bf736104fd9bab4af 0.01 MB 22 633
127,381 127,381 00000000000003eed53b63ea412c449c744af1b55ef69cf50dbe7d21429b0cd3 0.00 MB 9 898
127,380 127,380 0000000000000ae68ecf9fad1786fcb3fe384a8dbc8c4e389ad64a016d88e644 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.