Loading Tool

Explorer IconExplorer

Memory Pool

19,239 transactions
8.74 vMB
0.03393806 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.21/200 MB

Candidate Block

Mining Attempt c790627da4d924c986e30a3c78d339a25de6feb21c266e27850b46b432e11edc
Version 20000000
Previous Block 00000000000000000000e1bad605e747195f13f88f773febee258624040a6e26
Merkle Root b092286bdb64a653db5bcfa73fab54d124b1827b1cf12cc86fe8414bc8401b22
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,806
Size: 1.00 vMB
Total Fees: 0.01497760 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,392 (765,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,080 148,080 00000000000006abe4d57ff9fcb686b9d8841f8da75a916ad754098475c04984 4 0.00 vMB 1,130
148,079 148,079 0000000000000542d0704aade26f963a1f0a81b2f814f1f34d6d556f95d9b00b 101 0.03 vMB 86
148,078 148,078 00000000000001a876c141fd90371d7d6f4727bf14cc205aead63ed312a5956c 100 0.04 vMB 226
148,077 148,077 0000000000000479ab28a21469caa5599dfd25819dcff2156ccc6bc7609ff457 25 0.02 vMB 51
148,076 148,076 000000000000092c17042ac4b35c2c1a905affc83e2cf2d78cffe36be9c3be0c 137 0.04 vMB 12
148,075 148,075 00000000000003afa9c2a1b61a315a36096c71bc78bd795b61f21fdd5897b9f0 72 0.03 vMB 274
148,074 148,074 000000000000002a7ee61c18cd96d42d237e85679c44010d17d0bd745357cdb4 169 0.05 vMB 8
148,073 148,073 00000000000006b32d6a0743943e5febd14cbb49ed95d2e537fe03d8b7fab3ab 122 0.06 vMB 310
148,072 148,072 00000000000005e6add4f9a07451bebf08edf10696e8124e426c299d27b403b6 67 0.04 vMB 101
148,071 148,071 000000000000092a1def3e3840c89fb2a96a7a3e7ffcc086b16e21ac82680ea5 175 0.05 vMB 16
148,070 148,070 00000000000008f035ae3ac12c67663e0fc1efa4a8400e9d6da8507e6abdaceb 56 0.02 vMB 136
148,069 148,069 00000000000004f2eb09d3953c0d796b2d1e3b423b58f12eb59e4b5fe7104561 126 0.05 vMB 24
148,068 148,068 000000000000079011df60b1a62531379d074f250174e447424fd1cc6d7d5719 5 0.00 vMB 88
148,067 148,067 000000000000085990045bb7ea813c100c67632e901c70d0af7e802ddfae430f 159 0.05 vMB 89
148,066 148,066 0000000000000650a30e9dc50a919c6185be20b5613ff45c16feee16eb130dad 135 0.05 vMB 132
148,065 148,065 000000000000093354bc115f783f5363fb1b1e2e470400a3fcc8617646766798 63 0.02 vMB 283
148,064 148,064 000000000000032db45a33790ac25f2ddd4714c2b8a21e90972c3d519730b54d 16 0.01 vMB 394
148,063 148,063 000000000000056bddd8f4efed0121bc6c8e21be2502db1ed85afa2b322f9a41 113 0.05 vMB 106
148,062 148,062 00000000000009aa22f086f7988f27beb7674976967fbc25ba5ce2dffecd50da 62 0.03 vMB 48
148,061 148,061 000000000000011489ab02be982e646771e1c2dcc0bf6e87280f0f2301207d99 89 0.06 vMB 49
148,060 148,060 000000000000057d6f31789ac9400d612d214d461db4c73de194f8e35233fb2b 12 0.01 vMB 1,351
Previous 10 blocks ↓
Total Size: 779.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 251.68 GB
    • Received: 0.95 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.