Memory Pool Memory Pool Refreshing

8,912 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,823 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (48,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,476 859,476 00000000000000000001b7cf49f43e811b5b4ce5798c6a51c6c0b96ad1a429f7 1.68 MB 7,169 2
859,475 859,475 0000000000000000000181f2408a3e201a42efec386ced19d9df9231ff009b70 1.72 MB 6,665 3
859,474 859,474 0000000000000000000120160c63150d934d0fbe5c445588c94ff8a22417c61d 1.54 MB 6,426 3
859,473 859,473 00000000000000000002ad302dd77e2c987029b74b28cb10454bf3bd8bf54f22 1.77 MB 2,446 6
859,472 859,472 00000000000000000002caefc24ab27c47cf5b607964ff5aa93fa5e0a7a06e5b 1.67 MB 7,313 2
859,471 859,471 00000000000000000000e7bb9df7f0fab049c72f6ab99e566926bc50edae79e8 1.71 MB 6,799 3
859,470 859,470 0000000000000000000244b8086ee5eac2e37ca5594d62809a1c163838701300 1.66 MB 4,799 4
859,469 859,469 000000000000000000011142beda8835e35a966e4d3adc5636f95d71c8c26d4f 1.65 MB 4,749 4
859,468 859,468 00000000000000000002d02d2e11197a1de20d48a7595a80c3ffc78d700c468e 1.54 MB 6,992 2
859,467 859,467 00000000000000000000e87748565148f5228fdf12b8e699eafeaafacdcdc367 1.66 MB 5,066 3
859,466 859,466 00000000000000000000ff369cdae1fac62c58e4735e9a772ad9fd76d0e673d7 1.65 MB 4,874 5
859,465 859,465 00000000000000000002aa37c96196a3426b409f33f51a27589d23cb5bb788d9 1.62 MB 5,589 3
859,464 859,464 00000000000000000001ffaec160f1594d5d146d74675636ec2b8ae78596305c 1.70 MB 4,215 3
859,463 859,463 00000000000000000001699b6dc6b1b868b56f9a0280296750018c3eeaf46871 1.49 MB 4,916 3
859,462 859,462 00000000000000000001e82f008897a5959fe9eba06333868600cb70e8dd4d72 1.50 MB 5,149 3
859,461 859,461 00000000000000000002387404414d5d2d3ccc98e366b21043e3b58e6893240e 1.50 MB 3,959 6
859,460 859,460 0000000000000000000246dc80c7e531635f71e27836eb2dd0dc20e51f8b7be4 1.62 MB 6,826 3
859,459 859,459 0000000000000000000052bdae29cad5c4a6a85e60cac9bc6141d546fcc10e75 1.54 MB 4,028 3
859,458 859,458 000000000000000000015f77d5029b95cddb1d7728e1f80e2d4831f907e87bf8 1.69 MB 3,919 5
859,457 859,457 000000000000000000019cfcef689ebdd4cc3b22cffe540f057cf9c665d23c38 1.88 MB 3,506 3
859,456 859,456 000000000000000000011a5d4d82e7e5cb4be2e8136b636027adccacdeb7c000 1.58 MB 3,104 9
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.38 GB sent, 92.72 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.