Loading Tool

Explorer IconExplorer

Memory Pool

43,021 transactions
27.92 vMB
0.06123528 BTC
Random Selection Loading Transactions
Max Size: 147.33/200 MB

Candidate Block

Mining Attempt a55f05817b4a29ba46250a15754c51e6d3a135abceeb7eea6b62fa98205d1c0c
Version 20000000
Previous Block 00000000000000000001df441194999cee64e33a9cb681f5d079c783db8bbb61
Merkle Root f16841eb1dae44e4a7572d7a1afbd1f0546ecfc2adf32c4b6c8b212dee1b004e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,551
Size: 1.00 vMB
Total Fees: 0.00874273 BTC
Feerates: 100.36 > 0.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,808 (458,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,544 456,544 00000000000000000239db04b20bee4417ef2b8ae82bd9945f74d6437b024c87 984 1.00/1.00 vMB 85
456,543 456,543 00000000000000000127092f61fe310cc53ed8bff6a75086a8f698b1c3041bdf 1,599 1.00/1.00 vMB 149
456,542 456,542 0000000000000000015bf90bed840758256968e0124d82e56d84c277480a145d 1,921 1.00/1.00 vMB 175
456,541 456,541 0000000000000000006b741194f0ac5942d0ed5a271055d31cbafbec8d8d9173 1,455 1.00/1.00 vMB 104
456,540 456,540 000000000000000000a3a5cb8f3f30cf1565486a21ccc4a2db4048c75281e2a5 916 1.00/1.00 vMB 127
456,539 456,539 0000000000000000002803b012fd37f1703883553cb95579bda4203cbffec123 1,268 1.00/1.00 vMB 103
456,538 456,538 000000000000000000489b85243999ba0c02c5d134e5462e2615813f2d6c3800 960 1.00/1.00 vMB 90
456,537 456,537 000000000000000002324a8cf30dffa97721a21f77e0dc3dae56ab8d215af3d4 1 0.00/1.00 vMB 0
456,536 456,536 000000000000000001b299e97eb3c422bf0d718d337ef0ebdd8a883dd33bb2cc 1,931 1.00/1.00 vMB 121
456,535 456,535 000000000000000001f00aabbed2c72b90ce4bf5d47d532c49620258977e895d 2,111 1.00/1.00 vMB 144
456,534 456,534 0000000000000000024ae342309b4a22ac2f558789f8f9626ce5f86218ddb8ed 2,030 1.00/1.00 vMB 157
456,533 456,533 000000000000000001cccee9c56bbbe3911e4181ef72e177cce43f6fd8cc3192 2,057 1.00/1.00 vMB 209
456,532 456,532 000000000000000001b1067244ed93d0e03527d8d567cd3b3695398f00a1b411 2,850 1.00/1.00 vMB 203
456,531 456,531 00000000000000000094324424800350a5360f05e79f0d8a89e1e4be05be9251 1,864 1.00/1.00 vMB 172
456,530 456,530 0000000000000000023c0d1198959ef7787ef56b07b2442886181e3c1328dc79 1,977 1.00/1.00 vMB 133
456,529 456,529 0000000000000000010165e7a38bca4d74468f340e05c9682eea74f5e4931400 1,955 1.00/1.00 vMB 145
456,528 456,528 000000000000000001ae42a5993d74e3a7c475a0e8180abf40b696d2e4ad178a 1,609 1.00/1.00 vMB 129
456,527 456,527 000000000000000000b72a50729195fea89e48d60f6f5f70fdb67ce2ebfef082 2,115 1.00/1.00 vMB 139
456,526 456,526 000000000000000001e59108fc77a9bd93f5fd4e2ea44fe3b92d1d1eaffed25b 2,100 1.00/1.00 vMB 123
456,525 456,525 00000000000000000022a8c277fd2b6060f45c2c4d20497378f424d1cfa873bb 2,034 1.00/1.00 vMB 132
456,524 456,524 00000000000000000085fbbe1daebe2a5342055564d5ac33039901857646a1fd 2,680 1.00/1.00 vMB 180
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: 11
  • Data Transfer:
    • Sent: 650.81 GB
    • Received: 13.33 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.