Memory Pool Memory Pool Refreshing

2,579 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,573 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (51,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,172 856,172 000000000000000000030bb0b79f9985d1b48910d63a10581786ab21e83b8baa 1.47 MB 2,722 10
856,171 856,171 00000000000000000002d931cd335f3ca5bf2516b69827203009270281016437 1.62 MB 3,820 6
856,170 856,170 00000000000000000002e9b6fdde6ab6278ab5279ccdac927989d8a9feb681de 1.82 MB 3,095 5
856,169 856,169 00000000000000000002dc155eb93c805e1db18028807bba58f707dadffed4c0 1.51 MB 4,873 5
856,168 856,168 00000000000000000003089c2e8fe47577f8e6eee9df1b9173e26656d85a26f9 1.62 MB 5,950 4
856,167 856,167 00000000000000000001f7fb47c29bae0d5c0adc36b941bcda4382bb9970bbae 1.66 MB 6,031 3
856,166 856,166 000000000000000000025dafdf103471a1e813846464e173a9efc3de85766a8b 1.62 MB 3,418 7
856,165 856,165 0000000000000000000151177ac19a62a687f8ce13431dfbc88928a25ae0ed32 1.67 MB 4,701 4
856,164 856,164 00000000000000000000de9a04c4933e866b888ed104b39c4573bfcf5f146973 1.61 MB 6,228 3
856,163 856,163 0000000000000000000188dc3f137ebdcd041beaa0b8641f0b060ab7a88078e5 1.67 MB 6,972 3
856,162 856,162 000000000000000000019c1820028a0f25fa831672ae556a624fd158d1433c44 1.58 MB 5,750 3
856,161 856,161 00000000000000000002dca6ecbb4196ab24cc1f795743b8b0769a2f3027c7f7 1.60 MB 3,970 5
856,160 856,160 00000000000000000001babdf7bbca94035f5954858714ec6e8a989abe32e5a0 1.50 MB 4,670 4
856,159 856,159 00000000000000000001f961a3cc78343341e8d2bbcab9c6172b6ae5886572fd 1.64 MB 5,853 3
856,158 856,158 000000000000000000029b187e003895704db83210a5894c58086014a5b919fc 1.37 MB 6,950 2
856,157 856,157 000000000000000000006cec95d8118bc7654dceecb1248446b89af89d6822e8 1.55 MB 5,255 4
856,156 856,156 0000000000000000000066ac42f7f8ff5e1671ea732358e8bea79ecc0c1ca38b 1.64 MB 5,455 4
856,155 856,155 000000000000000000024a30e4ca50b3623b23f398939b0113bcd3f6f18df1ac 1.64 MB 4,752 3
856,154 856,154 00000000000000000002eb1c6cfca84af761be45dc038df4198511755494bbc7 1.53 MB 2,860 5
856,153 856,153 00000000000000000002bc8ac608c34ea1e83197e1e49a547173ba7c53419c19 1.64 MB 2,790 5
856,152 856,152 0000000000000000000034b1f15a47d7ff67c80774aa4ad8eed8003d3e04e02b 1.93 MB 2,934 6
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.