Loading Tool

Explorer IconExplorer

Memory Pool

74,641 transactions
28.71 vMB
0.08247667 BTC
Random Selection Loading Transactions
Max Size: 170.10/200 MB

Candidate Block

Mining Attempt 4693f1d9f5acbfb4487085f80b8b62bbfb6f25c37a2e06bf463d9202211e9f56
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 0ee188e7763bbb721bcdc24cfd17342de699638227df8c7ed2d1ffd754673ab5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,085
Size: 1.00 vMB
Total Fees: 0.02448780 BTC
Feerates: 150.93 > 2.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (294,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,463 620,463 0000000000000000000c2bf763cc9adc4843e923c95940248eb4e676cf277a1b 2,623 1.00/1.00 vMB 21
620,462 620,462 00000000000000000002c85f7b0f0025e46936c62ad2f68e3d3437dcde32adce 2,846 1.00/1.00 vMB 16
620,461 620,461 0000000000000000000204e60762bf35d993e527da146b063f84f10f61e0cd15 2,923 1.00/1.00 vMB 30
620,460 620,460 0000000000000000000ca42cc53c74b5d221214210e4aee9a0e2f94e07780e38 3,085 1.00/1.00 vMB 20
620,459 620,459 0000000000000000000c91618be82ebb870e9e6cffe3846624e47d05992a6dc1 2,816 1.00/1.00 vMB 39
620,458 620,458 000000000000000000011de3f5a889dde4ce79158b9856ca9365143984745f7d 3,234 1.00/1.00 vMB 22
620,457 620,457 00000000000000000007e4f252e08de746a5434336c230272b576e80b6fca2c6 2,126 1.00/1.00 vMB 17
620,456 620,456 00000000000000000005383cf0bcd94e53e92fd1b19087237b04692779b52a25 2,744 1.00/1.00 vMB 22
620,455 620,455 00000000000000000006ac62d1f8d7515c45cd25f0319aec4dec5317ad9ac902 2,588 1.00/1.00 vMB 18
620,454 620,454 00000000000000000010137a8d34087402c26e84d7fcb3bc1c8a6d479acac2c2 2,342 1.00/1.00 vMB 49
620,453 620,453 000000000000000000028bc81ff324d52296b871fcccb7bf35978483a33ab962 2,569 1.00/1.00 vMB 35
620,452 620,452 00000000000000000007dff39e1337c2f058ebc2399838bbe702c8092ed69d85 2,474 0.85/1.00 vMB 16
620,451 620,451 0000000000000000000a5b2f09b1115f239e94989c995f0eb5b9f16c93d48b30 2,247 0.84/1.00 vMB 9
620,450 620,450 0000000000000000000ab563ef471292d7dae634ed4b8fc044e0320731e8aae2 2,835 1.00/1.00 vMB 8
620,449 620,449 00000000000000000001bbcb9c6761178308aefcf36b4595059e85f5552fd2ea 2,256 1.00/1.00 vMB 10
620,448 620,448 00000000000000000007b77f6d5bea6875998f18f8b9f4584a039d8ac661bdc4 2,543 1.00/1.00 vMB 27
620,447 620,447 00000000000000000000831f697c1d52b4507bcb60053b8327226e5b7ad3f74d 2,592 1.00/1.00 vMB 8
620,446 620,446 0000000000000000000d8270b151050cde85797b2534ebcf16bd3989ee3a407a 2,632 1.00/1.00 vMB 28
620,445 620,445 0000000000000000001183e4217a8acfe2300db08911e79bdea9f73ac623d623 2,800 1.00/1.00 vMB 10
620,444 620,444 0000000000000000000aab68ec809ca74d076a1e2f915d2d680c4af3e95a006d 2,689 1.00/1.00 vMB 21
620,443 620,443 00000000000000000008891938739217c24ec3dee3531ca813e52924b75677f5 2,692 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.