Memory Pool Memory Pool Refreshing

6,591 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,761 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (734,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,546 173,546 0000000000000641ebc67769acd68ee23923128ddf967a795c0a0c90c511fa9e 0.01 MB 19 58
173,545 173,545 00000000000004e1f61e654149bb3fdf7faac7b06ff3d1a8d793e35fac10be16 0.01 MB 27 214
173,544 173,544 00000000000007f30d52c3e973d85a1c3b6462313f1ac9f8d233432d7dc887cc 0.01 MB 29 229
173,543 173,543 00000000000002c407d5fad59685e8a699078140148ea6335a201594e474803f 0.02 MB 67 129
173,542 173,542 0000000000000224f8856556f9440dc3d829bc5edf657cc6390f607a1057efda 0.00 MB 13 0
173,541 173,541 000000000000043f46551eb46beeaa5dbd52849976a8afbff2f69b8b990dc030 0.02 MB 46 84
173,540 173,540 00000000000001e85963c3c88658fd0a9e6421044cc659be6134c588ac1c700b 0.02 MB 26 23
173,539 173,539 00000000000008020a674defe5aeffa6f0bd3b10c6d85db02610c4310dafda21 0.02 MB 44 101
173,538 173,538 00000000000006be4f01f8e4a96694918b068f6e1da349335b6835f90a12f606 0.01 MB 15 263
173,537 173,537 000000000000078d5791e38e49aaa49b2d873b64265f47dcbbe0bc6e1ca2621a 0.04 MB 70 144
173,536 173,536 00000000000006ce28ef658b013e555fee03edaca45356a2b6d2a72371a9f761 0.01 MB 38 445
173,535 173,535 000000000000042caf2ee047f90c66130a25eb4edacf374b3049db07824c82d9 0.00 MB 10 102
173,534 173,534 00000000000007278dee2ae93e1026f150edba8ca73add15a6247487112c88c7 0.00 MB 7 754
173,533 173,533 000000000000071050a9f4e7db69bf298189dd06d6d1ea9c4b731d66956ba3e3 0.03 MB 109 54
173,532 173,532 0000000000000a16b92134827b6f3a49b430b71257d5ba9cce25e1b722bfeb1b 0.04 MB 86 103
173,531 173,531 00000000000007b9670ef187bd40cb5712f9b00555bd66eae625492db38749b9 0.04 MB 58 72
173,530 173,530 000000000000066874d6a1bc23a54f19f8dfa0dcb706176f9e9c2b7c02830f45 0.00 MB 7 198
173,529 173,529 00000000000001bb50483c2ae478965632a1190973ae1d9c64a82f5fad1e62d1 0.00 MB 8 114
173,528 173,528 00000000000006e841d3f3b29b10747b3b5dc25bd332805a6687a2a023df9190 0.03 MB 43 67
173,527 173,527 000000000000095e728c9f411d33ce5159c833bd750c71fef84b696be92d0238 0.03 MB 114 54
173,526 173,526 0000000000000613569f5ce021350e9fc584f4c148d74f5209077824fa3a1626 0.01 MB 17 79
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.73 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.