Loading Tool

Explorer IconExplorer

Memory Pool

19,040 transactions
8.70 vMB
0.08473858 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.03/200 MB

Candidate Block

Mining Attempt c5287eb1149ea2fc392455de1fe6fc1c2440c0f50c36889f355f21ede5a4f606
Version 20000000
Previous Block 00000000000000000001816ebe27c4b538156b72d2393ecf91ed8f62040739b3
Merkle Root bf08d11265f2755de3e560f43fc84da729beef353a66bb9166d7062f00079753
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,004
Size: 1.00 vMB
Total Fees: 0.06577944 BTC
Median Feerate: 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,408 (765,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
148,059 148,059 0000000000000945c7e9043bd6c9fa40de2bdfa0daa20fe0e81d343f87414be0 14 0.00 vMB 0
148,058 148,058 00000000000009c171a535d4d7f82cc01710acd357620ab93deed34f1a291a30 54 0.02 vMB 128
148,057 148,057 000000000000050f1b12daab1f8f933288384819655ac3e4d2328b2fcbb586c3 33 0.02 vMB 99
Previous 10 blocks ↓
Total Size: 779.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 281.48 GB
    • Received: 1.11 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.