Memory Pool Memory Pool Refreshing

2,653 transactions
1.02 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,758 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,593 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (751,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,411 156,411 0000000000000aeee6503f63ddc6ff3db97c056a56c98fdc9f10c9f97c1eeee7 0.02 MB 40 104
156,410 156,410 000000000000067d8cb170d6783138690e280fefd673cd516390afd63848e6f9 0.00 MB 13 17
156,409 156,409 000000000000068a264fc82f5a9e6401fb16c221bba3b9305a197cbab056a9b2 0.02 MB 36 128
156,408 156,408 0000000000000075d5d020bd244299599273966096c4e04eb691569215b32a0c 0.02 MB 47 88
156,407 156,407 000000000000056d8a3ab48387df5e96310aaebd31210f08a8eadb6c0c8f373d 0.03 MB 82 84
156,406 156,406 00000000000004b2c3a04d0a2baf1fe5de1ac18736c2b3a85bcdb952680553ae 0.01 MB 13 56
156,405 156,405 000000000000020a4a6780d30a83b09d0c54bff9f20d2db1064ad1c9e89575c1 0.05 MB 122 53
156,404 156,404 00000000000007a3534f098eee3b2e866d6d4d00114021fb0fca96235e160bfd 0.01 MB 39 219
156,403 156,403 00000000000000da5e81355783ec250a103599bfa831f383bf01bdebfdd03498 0.00 MB 7 50
156,402 156,402 000000000000087c9b87df4e4a76ef7cb42104b2bb67f163e105d352099912b8 0.02 MB 34 25
156,401 156,401 00000000000004053f39ea7e86a4208c0dd121c9a2b520fc0b6b127681687c64 0.00 MB 15 20
156,400 156,400 0000000000000729508928b16132de480988e666f279d9d12e61a1ec310ff5c2 0.01 MB 6 149
156,399 156,399 00000000000001c949b712650870716bbeaac4d53d36ecce6f8830dd26ba1e78 0.02 MB 33 39
156,398 156,398 0000000000000019a697475f3bc2e6c85b0a197fd357ac8671bbba73b8e3e8f9 0.04 MB 127 60
156,397 156,397 0000000000000067dbc6f145d0ffc8ac14892cfd70194aa1c6139dc46189d761 0.04 MB 73 117
156,396 156,396 00000000000009d76e18ea625ade1839e7b5795a3deeb004ec0da81c17039c24 0.00 MB 1 0
156,395 156,395 00000000000003df708ee620801b815b04763e0bbadf3220a785ebc5b670d202 0.01 MB 17 60
156,394 156,394 0000000000000e4fae8324c00429a3ac1abb18cb68d8e042cb10daa14b21c1ba 0.00 MB 3 3,337
156,393 156,393 00000000000001d785fa7826d0ea8ed9b8f2b3eb26260fecc0fc1d64b6451970 0.01 MB 24 90
156,392 156,392 0000000000000805d4230b56e1e80d86cba15ae5d54611c2d196152a0b1f0c65 0.01 MB 22 214
156,391 156,391 00000000000002e1f03c236f98469a1ca5a72019e9ae66fc65b6eb3d3c828939 0.04 MB 78 181
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.