Loading Tool

Explorer IconExplorer

Memory Pool

45,387 transactions
28.67 vMB
0.08505339 BTC
Random Selection Loading Transactions
Max Size: 152.03/200 MB

Candidate Block

Mining Attempt 6bea6e620a7ca47392d912ac51cd50b4e29fd496b08d5c075a1b7234aaebca6f
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root e2856ff0398c85fb60830970e6b65d2beddc84dc0a1e5668362fbc9606f75c06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,797
Size: 1.00 vMB
Total Fees: 0.03044511 BTC
Feerates: 150.92 > 3.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (67,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,206 847,206 00000000000000000002727468471d871b06702c11c1330cb6bdea6ac21b0fe4 4,446 1.00/1.00 vMB 39
847,205 847,205 00000000000000000002d30a5a8a866734bacfe2b96283bcc8b234bfc4e354ca 4,548 1.00/1.00 vMB 61
847,204 847,204 000000000000000000022531e89d01f0751f7ac2201a98a108ef8d217206a88f 5,091 1.00/1.00 vMB 35
847,203 847,203 0000000000000000000182bd4d6fe36e9a34e80d1ae51bf0f05acf01b164d125 4,708 1.00/1.00 vMB 54
847,202 847,202 000000000000000000034ac72de05234abec5bbe9b23064f1ceecb6b00f6d8b1 5,166 1.00/1.00 vMB 36
847,201 847,201 00000000000000000002e2f277e3d73b071d781644ccfa21b21b7c984ba73379 6,258 1.00/1.00 vMB 28
847,200 847,200 000000000000000000031f8981318b21fcd221d10b93d31945e13e65300bfee7 3,498 1.00/1.00 vMB 64
847,199 847,199 000000000000000000000f355a874f49313715a2451d9ddc120d9972d3c8ba2b 5,161 1.00/1.00 vMB 42
847,198 847,198 0000000000000000000001cd6320871808b4aba28e171a85693daca9da58f228 6,482 1.00/1.00 vMB 39
847,197 847,197 000000000000000000008bdfedf10b6c30ce3f8021aac4d5a1d136e022303de8 6,237 1.00/1.00 vMB 35
847,196 847,196 0000000000000000000139be8556c8d1bb9607bb8037f652d050e8724739d444 5,736 1.00/1.00 vMB 35
847,195 847,195 000000000000000000019f9e653404bfc8c175ae81c94a4c534d53592b7f48d9 4,165 1.00/1.00 vMB 66
847,194 847,194 0000000000000000000293cd2ee680cc5be38cc9e76ff5daf54acc52648e5e37 4,431 1.00/1.00 vMB 40
847,193 847,193 000000000000000000031c3e39dfb5c446b10adc528c59f80ac3b3fa2a52d473 3,466 1.00/1.00 vMB 56
847,192 847,192 000000000000000000030af500df55e724beaad9a24c99479f9befe14c22c6cc 4,200 1.00/1.00 vMB 47
847,191 847,191 000000000000000000023fddf4c65273e7c7daa6fdb6cac4e863cc7dea227db2 4,053 1.00/1.00 vMB 90
847,190 847,190 000000000000000000007c80fa7786b2d168486f9168a8166bf03a6fcc580a4a 4,119 1.00/1.00 vMB 90
847,189 847,189 00000000000000000003283b368bae25d0ef61f91acfaab31a9a72958e87374b 5,206 1.00/1.00 vMB 49
847,188 847,188 000000000000000000022ffdc20049ede6f091b8a3c376143a8adbd54c9d7866 6,576 1.00/1.00 vMB 38
847,187 847,187 000000000000000000025cfbb2a93e194afa397b452ad22fcee38bf7c72c44d6 6,694 1.00/1.00 vMB 35
847,186 847,186 000000000000000000031fa4edcc5c8e702dbc7f2cd953247521d53f5d6fdd85 4,821 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.05 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: 650.94 GB
    • Received: 13.36 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.