Loading Tool

Explorer IconExplorer

Memory Pool

46,219 transactions
27.62 vMB
0.08568142 BTC
Random Selection Loading Transactions
Max Size: 145.49/200 MB

Candidate Block

Mining Attempt 0167470e835564e465e65ea942c714371d04783efcbc91bdd50e874986bf437d
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root e1b4df6a39274d78060d716b671de6290602f0d12dc0e45a5eccdf569cb0f8d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,281
Size: 1.00 vMB
Total Fees: 0.03082832 BTC
Feerates: 265.25 > 3.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (282,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,340 632,340 0000000000000000001040a98d0d4409fc9cf161fd33d0f5c9a0cd1b8154137a 2,427 1.00/1.00 vMB 111
632,339 632,339 000000000000000000072d66faf938221612f383e0da9d88bd04b55fbd6a2fa1 790 1.00/1.00 vMB 15
632,338 632,338 0000000000000000000484876943c5a6695eb4c4ecdf8a930b2d8a933fcaeef7 2,749 1.00/1.00 vMB 52
632,337 632,337 000000000000000000100866f510300f165eb60917148d1500bb2d950b8dee99 2,151 1.00/1.00 vMB 17
632,336 632,336 0000000000000000000bfde24f5d65048fa19b1c3690829158c1df2a96c00542 2,894 1.00/1.00 vMB 97
632,335 632,335 000000000000000000079c742d35ed86e4ec0b5f2a98ad4dee81c9375acfe293 1,921 1.00/1.00 vMB 35
632,334 632,334 0000000000000000000817af6b201f4928b6b9ece32556cc894ec49960284e6e 1,232 1.00/1.00 vMB 4
632,333 632,333 0000000000000000000e6d7093abc7ea3c3abf6572253fdbf008d7959940412e 2,683 1.00/1.00 vMB 66
632,332 632,332 0000000000000000000211bceb6551f8e4b17690402bdeae7a738b0dbb6cd9b4 2,154 1.00/1.00 vMB 16
632,331 632,331 00000000000000000006330ff28b5485e4b3d2d0b980a758b09628b233c80a2c 2,152 1.00/1.00 vMB 30
632,330 632,330 0000000000000000000248184743ab70cf0f4f15eb645b39fb6679eb5f3e793e 2,801 1.00/1.00 vMB 23
632,329 632,329 00000000000000000007ee53e0f612b5c270dfb7ca68c93856ec8a73e07b69e1 2,703 1.00/1.00 vMB 24
632,328 632,328 000000000000000000029295768247f0faa2924528dcb8935706218b2f970bdf 2,412 1.00/1.00 vMB 68
632,327 632,327 00000000000000000005a2b30f5302b5bb7fad13c6687d7f0e6bc7f6291fc9cf 2,654 1.00/1.00 vMB 70
632,326 632,326 0000000000000000000b687a81af9a195289be81bf25b69d6547a7bf46b804c5 1,898 1.00/1.00 vMB 67
632,325 632,325 0000000000000000000bf5dd50e2e9ddef4008e4ffa2165734e05a2f8f00b0e2 1,436 1.00/1.00 vMB 75
632,324 632,324 000000000000000000009dc70d1bb723d74e233cdf529d535b6f24b81cff469b 2,248 1.00/1.00 vMB 125
632,323 632,323 0000000000000000000f897b5594727620187e6ed787b4c886cf2eb6c84844ec 1,656 1.00/1.00 vMB 101
632,322 632,322 0000000000000000000372012205c002a54ee3ea95662ef77b2c2ac03c6eb405 2,086 1.00/1.00 vMB 98
632,321 632,321 0000000000000000000951198ebd99d58ed946fc99bdf5b4b5a70b30f38a4885 1,623 1.00/1.00 vMB 83
632,320 632,320 0000000000000000000d827bcc454bf8caa348c80db575239d4575b0f5deda11 1,854 1.00/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.70 GB
    • Received: 14.02 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.