Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,294 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (22,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,228 885,228 0000000000000000000074cdf6f905ef7c09ff10f6a5883e372d4cf60b4b050e 1.58 MB 3,206 6
885,227 885,227 000000000000000000027873e2660f3fb81b3c9d64bc668b2a59de68e1a7ba04 1.82 MB 4,368 4
885,226 885,226 00000000000000000001cf8a526a9daa7bf4231895280eb22343c6cf00ab2716 1.64 MB 3,790 5
885,225 885,225 00000000000000000001ff90d2893ae2756013837a9c7d5b0f3e788ae2082901 1.64 MB 3,853 4
885,224 885,224 000000000000000000019cf91a6b5e72ccfdb22648e2dcd68b66c517444d6e78 1.77 MB 4,746 4
885,223 885,223 00000000000000000000ede4d0858caad80ec650a8375fa6d82c01922ef0860a 1.40 MB 2,531 4
885,222 885,222 0000000000000000000270a555c9830ed0c068405a7f6279bd2523d77c7e0843 1.77 MB 3,960 6
885,221 885,221 00000000000000000000e0cafcee42c3d2d5125867143966b2cfbad1e1fa887d 1.62 MB 3,338 9
885,220 885,220 00000000000000000000b1d2efbd85a0f20d3abc59abefbeab90ce572bad355b 1.67 MB 3,172 12
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
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,631.80 GB sent, 93.58 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.