Loading Tool

Explorer IconExplorer

Memory Pool

45,415 transactions
28.67 vMB
0.08527677 BTC
Random Selection Loading Transactions
Max Size: 152.07/200 MB

Candidate Block

Mining Attempt 58b8b8005db6c3cb104462ba6cb6b0463d364ed72f9a849d83fd496a281d4836
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root bd55615e1502999f52d76452d6578b05cbe208bf17a0bb218e72e5d8f73d2a73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.03065566 BTC
Feerates: 150.92 > 3.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (463,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,689 451,689 0000000000000000028599c95924fec0ec49c4d8029180016a4130fe0a812105 2,646 1.00/1.00 vMB 70
451,688 451,688 0000000000000000010d3b1cb22b412223904715660f5d309e1f08a24d90769a 2,179 1.00/1.00 vMB 115
451,687 451,687 00000000000000000079fb2ddd1392918b3495412a228bef5d15057d175f6dfa 1,712 1.00/1.00 vMB 98
451,686 451,686 00000000000000000167eec50bb8309d4a94c52eee7389e027a3503ba0167038 2,264 1.00/1.00 vMB 73
451,685 451,685 000000000000000001b5f7f77576739daa49bf01feb5ac7181d4c1cfd0404fb2 2,249 1.00/1.00 vMB 89
451,684 451,684 0000000000000000002fddf70c433d39a82cb3b182c2c8a712d00d2a40cccffc 1,424 0.93/1.00 vMB 112
451,683 451,683 000000000000000002291270e391bb3cd95f8ed1016731b07fc7a3384d8069dc 2,115 1.00/1.00 vMB 138
451,682 451,682 00000000000000000037436463f31ac1e88ab593ecdcf4c381cd040fd6d17395 1,941 1.00/1.00 vMB 167
451,681 451,681 00000000000000000114e71cfb4f5d2fb85cc3b0f963b9f487dfe3bd6068c81e 1 0.00/1.00 vMB 0
451,680 451,680 00000000000000000237eed0b3424ac9d3feeecc98767d2f5f823e338b7e24a0 2,484 1.00/1.00 vMB 125
451,679 451,679 000000000000000000ada227a9af28b53fe1610d7207769bba6912403fd39de4 1,805 1.00/1.00 vMB 90
451,678 451,678 0000000000000000026955827bde8d5168ae9d9ab65e2bd83afc691c828ff825 2,335 1.00/1.00 vMB 104
451,677 451,677 000000000000000001014d2a0fd78ecd438fda33cc01ca0ffd5748b07921f492 1,972 1.00/1.00 vMB 108
451,676 451,676 0000000000000000012fdce7dd73fddb087e66f4f6bb9672667b854282855669 2,219 1.00/1.00 vMB 123
451,675 451,675 0000000000000000011a3732f67f0578395f6bfb6f9f38d18be051f429141f81 840 0.36/1.00 vMB 99
451,674 451,674 000000000000000001dc96f8d4b7b2ad8026a27b2fba9bfa8bcb8bda1305223e 1,443 1.00/1.00 vMB 61
451,673 451,673 0000000000000000023694eb6bfdc6ff40b26216060548406b24ab6afcf64db1 797 0.37/1.00 vMB 105
451,672 451,672 00000000000000000020d57d769de5d69c6fc2ac295947fab5942695c4fd1f43 2,511 1.00/1.00 vMB 111
451,671 451,671 0000000000000000010e6f20ea3fde82355f8c5add9468cdb805049066b2af9e 1,702 1.00/1.00 vMB 76
451,670 451,670 00000000000000000011e3384ef2b855ce6525989fd5caad2d1df459b1fe2198 1,879 1.00/1.00 vMB 48
451,669 451,669 0000000000000000000b28f200db98bfb6b03c8b431915ad1ff98868a63b7728 1,885 1.00/1.00 vMB 76
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: 10
  • Data Transfer:
    • Sent: 650.94 GB
    • Received: 13.36 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.