Loading Tool

Explorer IconExplorer

Memory Pool

81,128 transactions
29.85 vMB
0.15156884 BTC
Random Selection Loading Transactions
Max Size: 179.91/200 MB

Candidate Block

Mining Attempt cc7186c4c2b86470f55036a1b2d0ec1cba477da8ad95958cacd369ab8f4829e3
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 46d3b8e03066c898dd61d030e1723cd74a59fe01a427c66968bcb43d594aed7f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,489
Size: 1.00 vMB
Total Fees: 0.05755101 BTC
Feerates: 1,002.91 > 5.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (459,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,828 455,828 000000000000000000750dbd73ab39104f61b3365652ec106bca408751f5249b 1,003 1.00/1.00 vMB 91
455,827 455,827 000000000000000001093b21bf90f336f6f2f9df761ead6c03d62521b7645f12 1,605 1.00/1.00 vMB 88
455,826 455,826 00000000000000000014c615b1152e0809c9052c098bde0644cf93dae5aa8233 2,248 1.00/1.00 vMB 165
455,825 455,825 00000000000000000080976397cab54a0181a9e5ff8983dd8a0ff5ad578f84e1 2,583 1.00/1.00 vMB 195
455,824 455,824 0000000000000000023703c61fc071e24e3570a8155619309b8dcf371e576c1f 1,432 1.00/1.00 vMB 81
455,823 455,823 000000000000000001db6abcf6c39170ae2f09c10d0974630c45dd4ac7078a86 1,614 1.00/1.00 vMB 84
455,822 455,822 000000000000000001136b70c3796be633d5e9ef80764325c981c463fda5342b 1,128 1.00/1.00 vMB 72
455,821 455,821 0000000000000000005ccc496a0ba88b575dd59fcd5d3a9f984c6f05e320b2e6 1,894 1.00/1.00 vMB 155
455,820 455,820 0000000000000000016bef002e002f44b7c145f3ab014fd59101884b6f08b910 2,303 1.00/1.00 vMB 120
455,819 455,819 0000000000000000000a7c28437011bfb0fce2280710c90e858a2e13265658b2 1,550 1.00/1.00 vMB 152
455,818 455,818 0000000000000000015c2b0839e70846bbea298e9c22cf2e15231f000aba1db8 2,350 1.00/1.00 vMB 202
455,817 455,817 00000000000000000045f2ed16575e0caf0c91a6ad7b8e64407e108d69c2f069 1,907 1.00/1.00 vMB 134
455,816 455,816 000000000000000000a0a80c8386d3ad5f8c5b113284ce36c49a416fb9aa10e7 1,999 1.00/1.00 vMB 155
455,815 455,815 00000000000000000008c5182a26f6d709e4fcc8dd7d50e1905b7a8b20e9b8ef 2,319 1.00/1.00 vMB 123
455,814 455,814 0000000000000000023f2358844bde571f3fc92ce2abc01feaae88c593b4107c 1,801 1.00/1.00 vMB 157
455,813 455,813 000000000000000000ad6d334c0e54b88dccba598340c9c69100d3472b6cdca2 1,996 1.00/1.00 vMB 181
455,812 455,812 000000000000000000670a664f65651a4655ebb24578ac853000a9989cf825ae 2,360 1.00/1.00 vMB 238
455,811 455,811 00000000000000000153a461254ae61a7c27503c4304f41b053ce2b6098c17a9 1,452 1.00/1.00 vMB 91
455,810 455,810 0000000000000000012d6f17acd67e55303c7ce75a8d44c24784044865b896fd 2,139 1.00/1.00 vMB 88
455,809 455,809 0000000000000000016f660d3db22d7d0bb7dcbd9de7663e092e9e01877797e4 2,287 1.00/1.00 vMB 77
455,808 455,808 000000000000000000f51530fda18ce357e2a5504e606f69038fe241e9109e94 844 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.