Memory Pool Memory Pool Refreshing

3,028 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,900 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (775,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,566 132,566 000000000000040c5d64b391b4e5863794cf0e549cbe347460499ed791025482 0.01 MB 14 1,773
132,565 132,565 0000000000000ce7dc76a7d4f9d95a021f4cb08d5e1b1c46877a454c260a8df6 0.02 MB 56 928
132,564 132,564 00000000000013128b4158d143730a04dcf40b957d8502ad142b04a837ef71b8 0.04 MB 82 192
132,563 132,563 00000000000010fb8e9fe5429e3c9722ef41174e3d5a555220887c3638170b7b 0.01 MB 32 769
132,562 132,562 0000000000000bf13bfd4079ff3d068ac6ff8c5fbb335c18035837fc20bbdf15 0.02 MB 28 100
132,561 132,561 0000000000001241dc73cab1ed3ec46fb353976d16c3025a29375c0b71cb62bd 0.01 MB 29 832
132,560 132,560 0000000000000a288dec01b72f1ba47162fc945db2ba26f6ad15711b0eb45aa5 0.01 MB 31 254
132,559 132,559 00000000000008eaaf0299fa941336516430a76620c090f61d8ca5caca044a6d 0.01 MB 35 373
132,558 132,558 00000000000009da6636b78320fead17f954f581872dc01fc98ee6e4741fb58c 0.03 MB 97 178
132,557 132,557 0000000000000b35bf9f7e4533c4dc54c92f3d6a2dd63d18855ee3b76ae93cf6 0.00 MB 1 0
132,556 132,556 0000000000000368d105542df6a6082dce893e9bf67c767ba9802b4588838e36 0.03 MB 90 82
132,555 132,555 000000000000011288a43c6ba6436bc5360ca8a76ed4954c944d67fddc21e425 0.02 MB 69 215
132,554 132,554 00000000000003776f864cecc469908aaf185fd378c427939920a656a62f5b8d 0.08 MB 288 192
132,553 132,553 0000000000000586816d4936610a83e4412faa033093cf2957ffc534bf2eb1a0 0.01 MB 36 710
132,552 132,552 0000000000001221b315f6bac1857af4322bd40397e7f3e5b6b5bb4e5d2428a2 0.00 MB 16 646
132,551 132,551 0000000000000fbd0b89a595171b850e1a4c95008e5dcf2546ad4368098ce38c 0.01 MB 27 0
132,550 132,550 0000000000000d091ddc22e9ae14fcf2e7bc6dcfa8005d0bfc18007453fce6e6 0.00 MB 12 1,304
132,549 132,549 000000000000125632cb6bb63fb0f979b143042072a14e5042a6542e04a37f92 0.00 MB 12 616
132,548 132,548 0000000000000cc0aefce3be29753dc45930798f067226bdf8d2348412c6908a 0.01 MB 19 911
132,547 132,547 0000000000000b4fd67ee788a77a47749e86482ec0b712b6a81511a9f462a481 0.01 MB 22 670
132,546 132,546 0000000000000a96ba8e8c2c915d3f505203fc9343ac901add3af1e029f41d9a 0.01 MB 18 234
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,629.30 GB sent, 93.42 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.