Memory Pool Memory Pool Refreshing

2,653 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,622 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (636,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,117 271,117 00000000000000010e84a5401a83fdeadb1d8e44045011a140c9617b72214648 0.25 MB 658 66
271,116 271,116 00000000000000050b6572adb0795d66f54ff3e0e1518792042d02cfc5be31a5 0.31 MB 459 44
271,115 271,115 0000000000000001ef3322b1f982533e6b5badfa10815c7ff8342c59decd663f 0.07 MB 127 48
271,114 271,114 0000000000000001bc9f4ac6f1d67e24268098f96bf9d298d82a641d4880b6d3 0.17 MB 298 52
271,113 271,113 0000000000000005a1f818fb3a1b613b4660046e5c91479c8f18cbff90e2af77 0.02 MB 37 40
271,112 271,112 000000000000000586d90f7c132677a0c6aad64ba07f44be6ac989359e67407c 0.16 MB 373 56
271,111 271,111 000000000000000273ecdc820309b1bc4f531db4bff2afc32af732780f3a2faf 0.05 MB 121 83
271,110 271,110 0000000000000003c6e8c8dd4c63ed57d67c6d289cdf05947900602c8df6e38e 0.09 MB 236 47
271,109 271,109 0000000000000000e65cc62b1f572dbc0969e3cfda54ec1f644b6a531a49cb4f 0.04 MB 117 80
271,108 271,108 0000000000000000d1b1624dd736fb0e34422e88e97a0ce0edcab6673fdf5a10 0.12 MB 207 10
271,107 271,107 0000000000000001fd0b3f6247f8f30f150ea677329101885bcdb1bcdfc43973 0.21 MB 245 29
271,106 271,106 0000000000000005430a6400da2c746d8be71fdef98ec581006bc71e5fec0bea 0.25 MB 685 89
271,105 271,105 00000000000000042ddc4abb510e83df654861d9f667fb98b87e6f77d9895db1 0.50 MB 871 55
271,104 271,104 00000000000000054c3ba3fe6eb8cf98e9c38a3791808b21fa8dd92eb3e30fa8 0.25 MB 650 81
271,103 271,103 00000000000000059b7ebee443d946f7b3297a86785e5a05ba452cff0d705f47 0.13 MB 288 74
271,102 271,102 0000000000000000127db7d31ab8f0e9086bee1f4d5b322315fd97b00fe31ed1 0.15 MB 259 26
271,101 271,101 00000000000000054bf32a22f7865c04e436f8bfd9f9a8c2b33050ae165410bf 0.08 MB 157 57
271,100 271,100 000000000000000504939bbcd2bbda6eb748e0589fa1222e5c9abbf5ac8e0059 0.24 MB 444 25
271,099 271,099 0000000000000001abe760f14e5ea0a9375543aaa0b35db81b80465a198ef47b 0.25 MB 723 85
271,098 271,098 0000000000000000735c43d244aec1252a80ec4f949499e81a1c2df6bb91f37c 0.16 MB 341 55
271,097 271,097 00000000000000038943df1a05d9d0c98caa7c59bbb36ba931889d0528dfe79a 0.55 MB 1,334 78
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.