Memory Pool Memory Pool Refreshing

10,647 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,843 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,215 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (755,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,633 152,633 00000000000009786ae51cd0626735855f60c4e16125b7c218e745b90368b3b8 0.02 MB 68 128
152,632 152,632 00000000000004c97420e0443c48e09007a4c08bee51d156f5b235decdcd0273 0.01 MB 24 110
152,631 152,631 00000000000009fcb365638b2eb8fec056e4b627aa13dd04f1a000e85a8aa214 0.01 MB 19 25
152,630 152,630 0000000000000786422827b360fdeadc0f6bfec94407d32c59be4387335c3f0f 0.01 MB 24 71
152,629 152,629 0000000000000a4d907750bf81fb2ebe1d9f43328d9c6339b59c122e129ba4ff 0.00 MB 2 0
152,628 152,628 000000000000062d79952bfd484edc78e0f4d141a776f4ad45ada7d3a56078fd 0.01 MB 22 169
152,627 152,627 0000000000000d6448d8670ec6112f01e3591dfe258a586797512c6bedb105f2 0.04 MB 118 27
152,626 152,626 0000000000000c2ef06e4cc169c53c085ef4c5de6b321fd16ba2a96858f8e227 0.05 MB 155 0
152,625 152,625 0000000000000c424c5609c2a64cefc98ad05e8cfefd0e97b8135fda55d61e9e 0.01 MB 27 84
152,624 152,624 0000000000000d4961caea1ae171d8beb99346367418fa3e3924f8f3ad173872 0.02 MB 59 119
152,623 152,623 0000000000000a426075811a9ba8f300bcbee61036b014bd1a38e6a3263f7424 0.05 MB 127 165
152,622 152,622 00000000000007604b70f75b541ce78f9fbe37ef99282379992d3f4c385de47d 0.02 MB 33 120
152,621 152,621 00000000000004b816541499e182a8c554d0e323cf276c3c2b03bd3d8e008733 0.03 MB 68 122
152,620 152,620 00000000000001afb9d06075fc6df9e7c6594b2e64bbfdb845fe264b8b2e77e7 0.01 MB 34 5
152,619 152,619 000000000000084622be550a3797baf90171b791e2c025fb0dfff5e9f791cf20 0.05 MB 126 83
152,618 152,618 000000000000046b3e7ae03ae6ff0f2e007c8bb78031fc1996e6909a99c67b6a 0.05 MB 102 196
152,617 152,617 0000000000000872412993a1e065ade893329196e1a02775eb315064e21e0ea1 0.04 MB 103 103
152,616 152,616 0000000000000bf8f00517a7622ace8ee86bfd3f61efe88a3ad2de8001e8ab17 0.05 MB 167 32
152,615 152,615 0000000000000d7f54854afdb8f3c67a8a8819dfdb904741e71aa250b61ec764 0.00 MB 14 296
152,614 152,614 0000000000000db03a1051d72d9841dc20046c7bbb082ce71ceaa4758c9ebe41 0.00 MB 12 29
152,613 152,613 0000000000000a159af09e3a25e608f61f984ab2a35bcff024e40b7eecd99ab7 0.02 MB 78 176
Previous 10 blocks ↓
Total Size: 769.25 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.11 GB sent, 94.17 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.