Loading Tool

Explorer IconExplorer

Memory Pool

42,254 transactions
26.72 vMB
0.06310096 BTC
Random Selection Loading Transactions
Max Size: 140.20/200 MB

Candidate Block

Mining Attempt 71f746b86753ea120f00f68c9d1aca51bfd60cfc59fc00d9e7fa4e82e7aeb62e
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root 085616f8a2a6bad6fdfe41889b47910a69d606daafed85301bc4571f36d9a9c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,219
Size: 1.00 vMB
Total Fees: 0.01367338 BTC
Feerates: 181.54 > 1.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (278,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,496 636,496 000000000000000000061815947cc8545edf8ff4fa73353910f88c42a01446c8 659 0.22/1.00 vMB 25
636,495 636,495 00000000000000000006ebf2d1c718740be86541c2da95a73fa79cb5f5e86c1b 1,914 0.89/1.00 vMB 18
636,494 636,494 000000000000000000044add955eb9e087c52d79e61f321a48d4fef923755d3c 2,966 1.00/1.00 vMB 24
636,493 636,493 0000000000000000000d37d4150d5506ebcba4e82a5795920bc159d43b9aa1dd 1,235 0.47/1.00 vMB 24
636,492 636,492 0000000000000000000558942090d9e64f28b31e0226533e5d222a5e2bc372f3 416 0.13/1.00 vMB 24
636,491 636,491 00000000000000000002e51ca9b0de5e2e9271e1d31a45b5e7d51d0701d8e803 22 0.01/1.00 vMB 23
636,490 636,490 000000000000000000028f30bf91fd69646ce18c935c28d92196d5ef76656788 2,367 0.86/1.00 vMB 20
636,489 636,489 0000000000000000000d334c6696762a0c2692ba93c3878ce8b274918a01e4f9 1,693 0.74/1.00 vMB 10
636,488 636,488 0000000000000000000ee17c584cf3cd0c0ccf9c00183fc34833e3ace5745b94 2,822 1.00/1.00 vMB 9
636,487 636,487 0000000000000000000d953973ac0835890bff2834381f612e10dd9deb0de8ac 2,628 1.00/1.00 vMB 29
636,486 636,486 00000000000000000006a5234bfe5e04190a010fca44eae7b4db3002d0832cac 2,320 1.00/1.00 vMB 25
636,485 636,485 0000000000000000000feb733b8529c12ca492de8f029d3755024b83a2d92516 2,809 1.00/1.00 vMB 12
636,484 636,484 000000000000000000040b0d84cab393f8c551a393842a88017b6bab89046b6e 2,937 1.00/1.00 vMB 31
636,483 636,483 0000000000000000000e6d9b2db48360c1b244f92652774ef6501859b63565e7 2,673 1.00/1.00 vMB 41
636,482 636,482 0000000000000000000d0db2201971e176f8150d45475faf92bd17b85d8f57d9 1,635 0.47/1.00 vMB 8
636,481 636,481 00000000000000000003dc168a99aaf4ffbbc9ab22cf0c2c3f677423988e0fa4 2,316 1.00/1.00 vMB 29
636,480 636,480 000000000000000000067f0c7652ee2ca3d65c75afa380007897b1710c4bd55b 1,754 1.00/1.00 vMB 28
636,479 636,479 0000000000000000000bc20625dfc328de4cff24e3ffe89382f9ad815386b8d8 262 0.10/1.00 vMB 22
636,478 636,478 0000000000000000000d3757e5e7818c318f30de0532c328bb67ee5bc7ee65be 2,758 0.95/1.00 vMB 11
636,477 636,477 0000000000000000000a6f843a407dee335f295f781d9dd260bd648628be1f04 2,421 1.00/1.00 vMB 35
636,476 636,476 00000000000000000002fdca854ee66e0552cd20eb0d1700e357d7cce4322911 1,971 0.73/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.