Loading Tool

Explorer IconExplorer

Memory Pool

45,685 transactions
27.08 vMB
0.07525177 BTC
Random Selection Loading Transactions
Max Size: 142.91/200 MB

Candidate Block

Mining Attempt e0ec2faa6058a3c8f4b507c81c5316059686d30a934602a132167a6e0b4de9d3
Version 20000000
Previous Block 000000000000000000000193ea46eab29b52c30512336c377fef400613778b56
Merkle Root 101875ace7f6a5ddc028dc13f82ff3692d7ea0180611940998da1028b3ce4d09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,009
Size: 1.00 vMB
Total Fees: 0.02508304 BTC
Feerates: 201.37 > 2.51 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,769 (172,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
742,655 742,655 000000000000000000062efaf86616834005cd268833886ffe981386fb5d7572 1,604 1.00/1.00 vMB 22
742,654 742,654 000000000000000000079209478893d1080103ace2c08ae6078903ca415bbd22 155 0.10/1.00 vMB 13
742,653 742,653 0000000000000000000074dae09b21eb788a65300fdd229e67fa4d2c0105c342 292 0.17/1.00 vMB 33
742,652 742,652 000000000000000000082db5a5e1046359ce35eabea5e23e4cf7498046b6c294 283 0.08/1.00 vMB 16
742,651 742,651 000000000000000000012c54e3d25fcd7305340886a0d4f4517e9c8b87e3fd7f 1,023 0.39/1.00 vMB 14
742,650 742,650 000000000000000000096f59e39b25a247b443c82a266e5a34cd8e6de7e4cd25 1,594 0.56/1.00 vMB 15
742,649 742,649 00000000000000000001c5af7f742621b7bb392fbbc1ebf53f91646744345f9f 259 0.08/1.00 vMB 15
742,648 742,648 000000000000000000049ee82a18a88f19086aa85a1322a3ac11eaf1210c1282 1,001 0.57/1.00 vMB 9
742,647 742,647 000000000000000000001a6812b10c9606fe84154762d516ae07771d19d32bab 341 0.17/1.00 vMB 11
742,646 742,646 0000000000000000000412aaf0ec2baf3d772db0b68167564b6da0068f5b9eee 46 0.01/1.00 vMB 20
742,645 742,645 00000000000000000004c8704f67bb803e04c7898e4ce91684321171dca499dc 292 0.13/1.00 vMB 11
742,644 742,644 000000000000000000006f801415d3deaf4a0a4636fcceeb7e339c9dc5dcc9b4 435 0.24/1.00 vMB 11
742,643 742,643 00000000000000000001bf1f12d049064c230bf490cc325045681404130148ce 125 0.07/1.00 vMB 13
742,642 742,642 00000000000000000005d985c397b9f16d6e446e7e4cef1f62f98126f12ff815 611 0.42/1.00 vMB 8
742,641 742,641 000000000000000000057096a0fbb500e46642055a2c2f43008777a61bd847c0 634 0.25/1.00 vMB 14
742,640 742,640 000000000000000000020b021280df39d619c7714ef00a96c2735e5192e36457 557 0.18/1.00 vMB 14
742,639 742,639 00000000000000000006e74417b2216bdcf64b602a36ba21aa8566557448d520 68 0.02/1.00 vMB 14
742,638 742,638 00000000000000000008fc89f88a0a3e4f5430aa2037c08fd93b22cce8d6bc8e 369 0.25/1.00 vMB 8
742,637 742,637 0000000000000000000484d10835eca7af9be233905ff45fdd5e0ebf3e51936d 642 0.45/1.00 vMB 10
742,636 742,636 0000000000000000000148ee2685d81879a98fd019ede5e49c7174eea15a0628 247 0.09/1.00 vMB 9
742,635 742,635 0000000000000000000070924ce2661a171844e4a84278c52212956cfbd1793f 1,285 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.97 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: 648.15 GB
    • Received: 13.00 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.