Memory Pool Memory Pool Refreshing

3,103 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 3,092 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (752,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,254 155,254 000000000000005ce3ba92a20968653399b538f129bcaf4a1d43af4947bf4054 0.01 MB 27 31
155,253 155,253 0000000000000804da0b24c256121c0c7d9c1f949d3c683d491bacb4f006435b 0.00 MB 1 0
155,252 155,252 0000000000000f2176f6502d7f3a1d8049b7854ec095e00b2d2cdddbb5675f4a 0.01 MB 35 9
155,251 155,251 0000000000000e5e2f9dbd6fcf43af0643d9e980dcaf552ff7f493a8449e706e 0.04 MB 86 65
155,250 155,250 00000000000005a7358a1c131f37c77ee41ef8b22119fcf3ad0d34f9bc925af2 0.02 MB 39 64
155,249 155,249 0000000000000aa4b1a0bfad64471eed7c9b5885bc7934fc8bd6d927fc5aaa98 0.04 MB 45 98
155,248 155,248 00000000000002b7bb41faed03944fe1a97fadbb300d9b27de93ba027a3e962c 0.02 MB 59 115
155,247 155,247 00000000000008a8bc56b37bbabe3b6e335f1b85b80c8afae2d6f14e87312c26 0.03 MB 70 84
155,246 155,246 00000000000008369153b3f46b8528051cde50c09845e8701cbaa66d48021ea9 0.05 MB 138 2
155,245 155,245 00000000000007852f5c0039d5b0eb3d5bd886e6dd78b50130764720f3a6b073 0.01 MB 27 65
155,244 155,244 0000000000000b47a9bb436566264062d2acfbb1cb0fcd9fd647b0e9380087a7 0.01 MB 19 28
155,243 155,243 00000000000004f40924f96edceaf09e27c39c78e82e8d381c5fc8ebf96f66f4 0.03 MB 37 86
155,242 155,242 0000000000000f54c14ca34e2298eb5acc7770e351a328b37762c7e480a85ac7 0.01 MB 13 1
155,241 155,241 0000000000000d7603517031d9050479068bf7fcce4000acf663f5acd4359c99 0.03 MB 45 76
155,240 155,240 00000000000007152ae0f05a17c1bcb22dacdbd751b99dde507b38181a000b6a 0.01 MB 41 50
155,239 155,239 0000000000000b6b647e7720cba907ccb549c6f6ca50e4d1c35fbc5ad79aa024 0.00 MB 12 0
155,238 155,238 0000000000000065ccfb507822aea54bb32ce049f1a880988cf6a2e17e3175f2 0.02 MB 35 147
155,237 155,237 000000000000092f369055754e3acb8649e71c902ca4200ddb866578b1e2c45a 0.00 MB 11 40
155,236 155,236 00000000000008a1e9567930772f395c6258c362c2befe90c8b6cb07eb1c4aa3 0.01 MB 16 25
155,235 155,235 00000000000000c4693ca3247a150dd7dcd7fb10b971f8aa5fca8d69e6fb1ed7 0.03 MB 74 157
155,234 155,234 0000000000000f5f3e88a702882b978c79c7e4d769123d4030a274fe421a46d7 0.00 MB 17 387
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.