Memory Pool Memory Pool Refreshing

3,643 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,078 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (22,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,219 885,219 000000000000000000026820f4186fcf445debd96733b79aa6b685eafa59ee46 1.61 MB 3,820 4
885,218 885,218 00000000000000000000bd04c23676103028724bfeacad5de9d216dd5e275d7d 1.52 MB 2,995 9
885,217 885,217 00000000000000000000dde3170f69dae6903ffff981b005fc2f31473f1651de 1.52 MB 3,110 7
885,216 885,216 000000000000000000022d10f62b6ddb28dfca9fd89bfe815b4ce72af0d8ebab 1.86 MB 5,426 4
885,215 885,215 000000000000000000010f7506ffa6ad422b7a2c85914fba945522330c66a226 1.42 MB 2,643 4
885,214 885,214 00000000000000000001b0d8d137a5332955af6635725b3d712b148e50e681f8 1.53 MB 3,054 6
885,213 885,213 00000000000000000000e06b47d6623fb0dca1e8d696dedc429d38d5fed182cf 1.59 MB 3,625 10
885,212 885,212 00000000000000000001a7589db8fa0ad00f8992bd34b21eee6bbfa9cbfe2359 1.67 MB 4,194 5
885,211 885,211 000000000000000000016d6a698ff5394f37ae627cb1cc9c3349ed1ef1a8931d 1.60 MB 3,834 5
885,210 885,210 0000000000000000000145367e142c2d7ee90eb270692476a39488bbbbacba92 1.88 MB 5,044 4
885,209 885,209 000000000000000000014fedc64ef0595c881e4a01430c6d335fcc43de9ade85 1.73 MB 4,195 4
885,208 885,208 000000000000000000002d340b051809c876dcbdc4233b55ca202d523ac6ea75 1.80 MB 4,940 5
885,207 885,207 0000000000000000000177a5528244d23c7fcdefe1d9a26d2475a5bf6965c319 1.78 MB 4,486 4
885,206 885,206 00000000000000000000a5dd658770af3635d1d4775978f6e9bf5f23056096d9 1.48 MB 2,195 6
885,205 885,205 00000000000000000002292b380def81b1e29f439685617e0d7d487ce8dde045 1.66 MB 2,554 8
885,204 885,204 00000000000000000000b8f53fbac44d7877f710c5a009cc85621520df165def 1.62 MB 3,111 11
885,203 885,203 00000000000000000001b58dc4f5e8af66d0a5b7f8a67827368bb9d8e9793ed6 1.48 MB 2,218 10
885,202 885,202 000000000000000000003c121c0f770af9b27de4f3150b3af146b52ba183db3a 1.88 MB 5,202 4
885,201 885,201 0000000000000000000223a809551f161be7074b43530c9cbe90caa8355dd26a 1.77 MB 4,234 7
885,200 885,200 00000000000000000001bfa1451f1a38468c260c1ac3e122d0dfef1480a2c747 1.73 MB 3,551 7
885,199 885,199 000000000000000000022f8d93870393e96ea1aa482c09f8d1ec6aaf8590f7c9 1.40 MB 2,405 11
Previous 10 blocks ↓
Total Size: 769.06 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,627.88 GB sent, 93.18 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.