Memory Pool Memory Pool Refreshing

5,758 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,270 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (438,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
469,071 469,071 00000000000000000008e7871cd34aa22e357d27f05535f24dae2150b8284f0f 0.00 MB 1 0
469,070 469,070 000000000000000001a5b5199363b5722701adb5687fd12e06797873ed21904b 1.00 MB 2,001 439
469,069 469,069 0000000000000000002f033507f6313aa15d556dbbac0f2e50e7a53d7cd21418 1.00 MB 1,842 382
469,068 469,068 000000000000000001488644e3f1643398b4ade540da28ddaf87f48d7aaa7a1e 1.00 MB 2,092 373
469,067 469,067 0000000000000000014a8cd3f4b949d2d69500fcfc30d62a42993e76c732ee9e 1.00 MB 1,969 438
469,066 469,066 000000000000000001309b5889a517e060e3308ce2951f41a1608c416621ab97 0.99 MB 2,425 360
469,065 469,065 000000000000000001cdbf0e7a8e9fb29ad164584e46e89fc4ffbe3229bb131b 1.00 MB 1,945 324
469,064 469,064 000000000000000000f41a0e635f4da4b131fbabb02b8f05404ad143ea0d72b6 0.99 MB 2,716 942
469,063 469,063 00000000000000000172ad19e80b8772c256e25bf24099f3f06f32a675370048 0.00 MB 1 0
469,062 469,062 000000000000000001047720f8b9ddbca32e9ee5a2ce30d7df045120db85e302 1.00 MB 1,535 261
469,061 469,061 0000000000000000004828e46c43114631303e6f78f1021ed56dff69808686df 0.99 MB 2,301 410
469,060 469,060 000000000000000000cd0120fb24ad49992a9b9e9194c68effcbcc3ca87afb84 1.00 MB 1,734 235
469,059 469,059 000000000000000000291b04f6b94dac3a3f54246995648311fa41a6d7ab4990 1.00 MB 1,810 255
469,058 469,058 0000000000000000018739913575943cd5a6d4f678d5930d6b5e5626bc7d83c0 0.99 MB 2,419 370
469,057 469,057 00000000000000000166253c6d60fc5b1d025ff35349c9b3fc9bf2f624270315 1.00 MB 2,152 3,078
469,056 469,056 000000000000000000a79a5a8fa00a9541084a827eca006f7ce2a19a848992ab 0.99 MB 2,900 307
469,055 469,055 000000000000000001d70183787f1b15e999ca055e06ce8b488ef3a44d920852 1.00 MB 2,301 326
469,054 469,054 000000000000000000161909798e775126471972f8f50806212023fcaafec3ca 1.00 MB 2,241 369
469,053 469,053 000000000000000000a97d39a67a9d22d10644ffb9d5fd1a7f714b508f3d1801 1.00 MB 2,464 425
469,052 469,052 0000000000000000006a8104d88b2885383cb5570170b919bb2123cb38dfc8f8 1.00 MB 1,864 358
469,051 469,051 00000000000000000057936a9e74289e3cfd87f5ff680333d92753df0c6a1da8 1.00 MB 1,616 438
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.