Memory Pool Memory Pool Refreshing

4,032 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,818 (734,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,553 173,553 00000000000002bd4985a2945416d10676e014af82d1cfa8d0a8a2e5ac805e59 0.01 MB 19 236
173,552 173,552 000000000000019f75aaff91e537dcc0fbedb2fe9de91fb9b9842784f515ad3d 0.01 MB 26 97
173,551 173,551 000000000000044dc71fb6bbb9f5059f66d60923fb5df188042ba6d3e7b7ee5a 0.01 MB 28 143
173,550 173,550 000000000000004183eac810ab31afc629ed9240478bfac555828730c6859ecc 0.00 MB 11 55
173,549 173,549 000000000000075bebc924837143005d4b1082adb860080579fb048f23c04ca8 0.01 MB 30 59
173,548 173,548 00000000000004cd34e0c14d5fd1887e968181b2dd0955b2ead1f21f8cdfa6d1 0.00 MB 10 84
173,547 173,547 00000000000000e879c53dc58124a1028c642fe6390764094389548a9743c46d 0.03 MB 99 124
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
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.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.