Loading Tool

Explorer IconExplorer

Memory Pool

80,215 transactions
29.28 vMB
0.09537047 BTC
Random Selection Loading Transactions
Max Size: 178.43/200 MB

Candidate Block

Mining Attempt 990e49f68c2733fce1eca05e121b8bd7ca1c8f4401772336f434bfb32bf17a76
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 4b32ce1d9b6af01a3f9210d2af9967a037f653bf647f9a0db68927a2acc08fa5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,518
Size: 1.00 vMB
Total Fees: 0.03404984 BTC
Feerates: 101.66 > 3.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (139,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,531 775,531 000000000000000000042532661a6960ac7922ea360ab187d7d2086b4b43829a 2,595 1.00/1.00 vMB 13
775,530 775,530 00000000000000000002f5ff7fe4a0eaf805f4786f0525d698dad5f33ae8a476 2,666 1.00/1.00 vMB 17
775,529 775,529 00000000000000000004d7aed3a593c3f791e65c4b61b7fa66441e22bfc3df08 1,811 1.00/1.00 vMB 12
775,528 775,528 00000000000000000003391b5803bda70d806dc7fbabe86985555032923b6ba7 2,085 1.00/1.00 vMB 25
775,527 775,527 00000000000000000002eeefdae4a326f0b7a15a00dce52956122fb79f3cf97a 2,527 1.00/1.00 vMB 13
775,526 775,526 0000000000000000000507c3c8f30b0ae218d8cded14e0e806a9d54e71e18bdc 2,605 1.00/1.00 vMB 16
775,525 775,525 0000000000000000000077347c0c4f31088a0b2bf8ad46db8b2c8d420e4a06b3 2,543 1.00/1.00 vMB 19
775,524 775,524 000000000000000000065361d39c9e46795008cbfd37a7659f025a6d7c706153 2,973 1.00/1.00 vMB 34
775,523 775,523 00000000000000000003cf7e32b1e6e614f48f9e31adafd58031156dc748a6b6 6,141 1.00/1.00 vMB 4
775,522 775,522 00000000000000000006b1834bed3ae0dcba95a6a3e1a76fe141bce959542d2e 1,834 1.00/1.00 vMB 9
775,521 775,521 000000000000000000038d344d6cb09e5869c8cecf7d0f09a199770784f13669 1,558 1.00/1.00 vMB 9
775,520 775,520 0000000000000000000441e943ef56e2adb0b108e4706dc8898d71b173d170e0 1,165 1.00/1.00 vMB 5
775,519 775,519 0000000000000000000351a0b85788f84e398fc3a1c40327704f1b04d25e3e62 1,355 1.00/1.00 vMB 8
775,518 775,518 0000000000000000000427f002b05343e35a9415442d4ca941890b0e8c9095da 2,617 1.00/1.00 vMB 20
775,517 775,517 000000000000000000003baeec2563c4bb8cafe5290f771cd7069f9d0238ead0 1,313 1.00/1.00 vMB 9
775,516 775,516 00000000000000000006583ae1bd242bd4d323c6e7d1d2773681006b0403148e 791 1.00/1.00 vMB 3
775,515 775,515 00000000000000000003b80b3454b78f4eac614ebb370ce53414ca8195941414 1,012 1.00/1.00 vMB 3
775,514 775,514 00000000000000000001dd8c8e488c2e4ce2bebc09558195414ffda95e500794 2,656 1.00/1.00 vMB 16
775,513 775,513 0000000000000000000622f6ca3cc613f17e187fa141a94d27d9cd1161bda453 2,146 1.00/1.00 vMB 3
775,512 775,512 00000000000000000006ba472082f95ae26be78676a85dcc628555830ed2004c 1,769 1.00/1.00 vMB 7
775,511 775,511 00000000000000000004f54cab5489e7ae3e2867a52f29a463a3b48b1b002d4c 1,965 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.53 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.98 GB
    • Received: 15.68 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.