Loading Tool

Explorer IconExplorer

Memory Pool

74,799 transactions
27.74 vMB
0.07557004 BTC
Random Selection Loading Transactions
Max Size: 168.95/200 MB

Candidate Block

Mining Attempt 37e5964bd686badf968a6a4fae9fcc1038296946323a48fbdac53b4feab88608
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root bb8cc500ccbe111e0a0f08d44661f09773b72ac4945034bf50c8a31ad21729f0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,934
Size: 1.00 vMB
Total Fees: 0.01629579 BTC
Feerates: 480.19 > 1.63 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (408,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,505 506,505 000000000000000000517b6f720f9080b45f0bc81d56575bc39792fdaa38a2ef 1,986 1.00/1.00 vMB 210
506,504 506,504 00000000000000000030ec426529b2d2b049fdd406d535f01ca50583b4f534da 1,711 1.00/1.00 vMB 199
506,503 506,503 000000000000000000653184035ddc5c1c771ecbe4f6d4a622a4163a41f9dda4 1,878 1.00/1.00 vMB 153
506,502 506,502 000000000000000000437a161a558062041881d825082d8eaa79888eed1511db 1,917 1.00/1.00 vMB 185
506,501 506,501 000000000000000000531180cd506a2923021945f0a6303bb01d02f8043a8b47 2,049 1.00/1.00 vMB 159
506,500 506,500 00000000000000000000b2368e32c4b734314ed7c1164edc84f98d19d74a1acb 1,745 1.00/1.00 vMB 126
506,499 506,499 0000000000000000000c997738abb9ed6c96389dab251542fdcd54dc5c91ad3d 828 1.00/1.00 vMB 112
506,498 506,498 00000000000000000066e574bf2ab9afac3c0b125dbd0cf527a7f769750ff1eb 1,656 1.00/1.00 vMB 196
506,497 506,497 0000000000000000006b4731cc0bfbb551f86d73818bc5f08548e9dfd527d18e 1,230 1.00/1.00 vMB 177
506,496 506,496 0000000000000000003b6f00c3e5262d59cdef21ef6c2d422d0cfbba259095a3 2,195 1.00/1.00 vMB 188
506,495 506,495 000000000000000000288e63f65f4d97ef52b14c30e4d22b26dd700743bd30f4 1,619 1.00/1.00 vMB 84
506,494 506,494 0000000000000000004341ccb4ad91a67254ed2ed91a58723f1ac517e1df2548 2,007 1.00/1.00 vMB 83
506,493 506,493 0000000000000000005a3a49a6e94bb9c3b0368046d33bf49848166857167bc5 1,947 1.00/1.00 vMB 225
506,492 506,492 00000000000000000066db277b5e2ae3eeea7c108c52dd17e96ee6a757f3d4a7 584 1.00/1.00 vMB 62
506,491 506,491 00000000000000000061bd3ef5fb8b0fc45bd66ed3681b74d8b4d4a041307395 408 1.00/1.00 vMB 13
506,490 506,490 0000000000000000005233d9ed782617c10ce3b4b475b69d04ff7083cdb2a9ab 1,216 1.00/1.00 vMB 53
506,489 506,489 0000000000000000002e7cb60b6c9e91022d7ceb6f5eb125f7a671eb6fd04fa3 1,784 1.00/1.00 vMB 88
506,488 506,488 00000000000000000038f6faeb8a743fae697d427c39e31b20b243a2bdc2bcac 2,024 1.00/1.00 vMB 216
506,487 506,487 0000000000000000005260471ad4bb3abf1990414a22fc8ccdfd3adc0baa7573 1,499 1.00/1.00 vMB 219
506,486 506,486 0000000000000000004d6e25b9e102b45b21abc345840ecf97109a57bb060fd6 2,426 1.00/1.00 vMB 22
506,485 506,485 00000000000000000065467fb965de8b038788c1867f42d7d1b1ca6455296e11 2,177 1.00/1.00 vMB 203
Previous 10 blocks ↓
Total Size: 782.85 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: 712.56 GB
    • Received: 17.19 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.