Memory Pool Memory Pool Refreshing

32,197 transactions
32.73 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,797 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 2,702 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,796 (394,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
482,660 482,660 000000000000000000d240020cf00a238cbe3342fb0271cbe8b16f6f253e69c9 1.00 MB 1,643 147
482,659 482,659 0000000000000000005e37e8fd68005ecc6ab732b491f546aa8590ac6cd36c60 1.00 MB 2,163 156
482,658 482,658 000000000000000000bc2c3590c6c055295e5f713789dd30be5e832b2e2c3eb6 1.00 MB 2,424 171
482,657 482,657 0000000000000000004e70fb65fe61b2fd4883f9f48c77e194528a2b79b60e93 1.00 MB 2,410 332
482,656 482,656 000000000000000000bb0082f923cbf6394fd1f9e42c08d956100ef9818e6a1e 1.00 MB 1,739 299
482,655 482,655 000000000000000000a844ea8d8f673425cf7df0b4e42a5031a3e9c24dbe8c6c 1.00 MB 1,672 532
482,654 482,654 0000000000000000001ed47cd93712d468b75a53546db74f1e58b219d402cc7e 1.00 MB 1,976 102
482,653 482,653 00000000000000000059b1da07ef95937e5a2a7ab5a883d750de65d28abba4de 1.00 MB 1,787 299
482,652 482,652 000000000000000000bc348f2c5587f206fa874842b99b327c8db015beb4385b 1.00 MB 1,646 313
482,651 482,651 000000000000000000520140ffcfcdf9b014492e1e70f8c4cd1986b22c1bf9fd 1.00 MB 1,570 90
482,650 482,650 0000000000000000002e0e66f325cad17f592f993366ab773aec31920036cd07 1.00 MB 2,130 161
482,649 482,649 00000000000000000115ebaab49dcf1163174e19ead57adb9414f841d800df9e 1.00 MB 1,997 329
482,648 482,648 0000000000000000003c00867a387d5b0eed233a4f786de40109e8ceaa3613eb 1.00 MB 1,837 353
482,647 482,647 000000000000000000d911c691802643c7cc7b4bb3ade02966534381ae5cb98a 1.00 MB 1,932 275
482,646 482,646 00000000000000000066e1b68e3284a962c11c1e7b41eafdff605ee3c0f2fdd7 1.00 MB 395 10
482,645 482,645 0000000000000000011a574575b3020655810e5e595e3132c4cba3c1904d2303 1.00 MB 1,756 245
482,644 482,644 000000000000000000c04a71b303907a3842d0fd54629ff2aab92f73a4d25731 1.00 MB 1,404 386
482,643 482,643 00000000000000000124660cd51194b305d340de1e5dbcff41f3d0b9f30dac34 1.00 MB 547 7
482,642 482,642 0000000000000000008e3e0e3aabd5d8f08ad2b91dcc2302bfecb90492c13915 0.83 MB 891 57
482,641 482,641 00000000000000000032ddcc418ae6e9ef8e11fd3feecc94c495ee0e08a2bfdb 1.00 MB 1,040 143
482,640 482,640 000000000000000000c83f33656b43aa1c01c0969576bfb176755fc3e3e065e6 1.00 MB 466 43
Previous 10 blocks ↓
Total Size: 711.96 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: 958.99 GB sent, 23.60 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.