Memory Pool Memory Pool Refreshing

17,817 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (33,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
874,428 874,428 00000000000000000000c5686d53032c8d77b0e4cdc6934cca3b005c57456acf 1.67 MB 4,016 12
874,427 874,427 0000000000000000000138a6fa0f4be415fae3f6fc01310512b78daf8ec50145 1.70 MB 3,973 15
874,426 874,426 00000000000000000001225aed141d25ee1e6ca817f5a8837ffd2de0f28e249c 1.50 MB 2,501 9
874,425 874,425 0000000000000000000175aad4b7bed9767f725f1c2e69966a87cfbe34ce6596 1.67 MB 3,362 13
874,424 874,424 00000000000000000000541b5a019b99b8cf05b70e20327b1262d0302eda86d3 1.56 MB 3,807 13
874,423 874,423 000000000000000000005f5aac397dbdc00a7439a124ea42dda740f1adc18198 1.59 MB 3,473 16
874,422 874,422 0000000000000000000257efd70d326eef25d0b02d0bb61a263492233d532267 1.51 MB 3,531 20
874,421 874,421 000000000000000000018c61861db107554d672cdf90e054b8079d27c4c10367 1.36 MB 1,165 8
874,420 874,420 0000000000000000000269e100434291a4cecc64137a377cce661935a70551bc 1.54 MB 3,534 13
874,419 874,419 00000000000000000000f2cab1c1e9f4cc69ac72805b535c86ab9706795cf333 1.08 MB 540 8
874,418 874,418 00000000000000000001aa86e6f6b9178b0e11c84a9a09c5e89298c0d9d93505 1.49 MB 3,006 10
874,417 874,417 0000000000000000000274523c90f656def525d2a87af5092998c83286859993 1.52 MB 3,414 15
874,416 874,416 00000000000000000002580405b56a823a8ef668113d445a229b59ef9d4d50d9 1.52 MB 3,402 14
874,415 874,415 0000000000000000000203c6650c2bd308f44ce31b0a87341751a10d97110979 1.55 MB 3,323 16
874,414 874,414 000000000000000000017ba15091bf6e81c1d04a90ec8de905897cf154e8a0c6 1.38 MB 2,008 11
874,413 874,413 000000000000000000025d84fd873eb263a38510d243954dfdd097884f3d7c12 1.32 MB 1,695 10
874,412 874,412 0000000000000000000082b8e6f13b76c17f4a02c5034b4f64625e8f5aa629ce 1.59 MB 2,857 10
874,411 874,411 000000000000000000019231d9b2f51a3e112c54036301a273049c5d91e68d20 1.66 MB 3,297 11
874,410 874,410 0000000000000000000016aaf5d909d4dea4a680b0dbe1bafdb4e8869e30c28c 1.71 MB 3,716 15
874,409 874,409 00000000000000000002a3c0f3e47a0b7080a6c5e871885ee27594ff0b80ea1d 1.62 MB 3,706 14
874,408 874,408 0000000000000000000237a81cf2e33e851b82dea9255f8d16d4119774ac3a5f 1.59 MB 3,889 17
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.