Loading Tool

Explorer IconExplorer

Memory Pool

77,987 transactions
29.53 vMB
0.08899143 BTC
Random Selection Loading Transactions
Max Size: 179.79/200 MB

Candidate Block

Mining Attempt 4f6ab4177a89e676c1d8529f3c419677796f0928f5cc1d0a0a8191ccf12c16e1
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root 5af8929d9ac1df837f9daf6a73609b6aa22c3b011c25cf5d1fba5231691cd5db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,802
Size: 1.00 vMB
Total Fees: 0.02404797 BTC
Feerates: 477.45 > 2.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (260,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,770 654,770 0000000000000000000436b10c5ec640620c056eae2a73175d7ca7508fe89f07 2,129 1.00/1.00 vMB 160
654,769 654,769 0000000000000000000c68e55b7e4feaeadb69b67ea87457eaccc4e430ed5dbe 2,171 1.00/1.00 vMB 105
654,768 654,768 0000000000000000000829a452860a89033f8184cb8ce06ba0e8209a036343d6 2,689 1.00/1.00 vMB 255
654,767 654,767 0000000000000000000d74cdb317a65f9fee48579ab95c0d01d71ddde081f587 2,402 1.00/1.00 vMB 98
654,766 654,766 000000000000000000056167522fc0ddd9d79f785b16b7377d4a8aec8921861b 2,536 1.00/1.00 vMB 215
654,765 654,765 00000000000000000003289f77dcb3dd7fd4ce4b3cd1993b75d8bc4a60988ad7 2,271 1.00/1.00 vMB 126
654,764 654,764 0000000000000000000b4e17bf1ee27199413c663a73aae13f093a961da34dcf 1,856 1.00/1.00 vMB 277
654,763 654,763 000000000000000000084559745527d97c360eb0968f89e31f4dac699068544f 2,034 1.00/1.00 vMB 185
654,762 654,762 0000000000000000000975f7a7d3cb6aa5f95e7d99908956205b10529544feea 1,985 1.00/1.00 vMB 92
654,761 654,761 000000000000000000017808da36c98205f1ff5862d7c1bc85cff251500957eb 2,256 1.00/1.00 vMB 145
654,760 654,760 0000000000000000000da61b1d9bb7fb58ab09dc06ec1319c347210954d69952 2,264 1.00/1.00 vMB 119
654,759 654,759 00000000000000000001b02e7931d4f65e87b76817268a77ce3eb8f7187749c8 2,604 1.00/1.00 vMB 163
654,758 654,758 00000000000000000004abb0378e55c3f667cd5452b21163e090eb6c47070bd8 2,622 1.00/1.00 vMB 232
654,757 654,757 000000000000000000063465d9d484744cdd3186eb4d6d9457f0bc289f157e33 1,962 1.00/1.00 vMB 281
654,756 654,756 000000000000000000025650be9376e41e46056d97b64fa8dea485780a75fd54 2,893 1.00/1.00 vMB 305
654,755 654,755 0000000000000000000b8c8964eb66ea9ac65266bf1b4e8d7981e96c02ac885d 2,646 1.00/1.00 vMB 100
654,754 654,754 000000000000000000036bd0e347f77bc9bf8242cf72314880c388afd98868c3 2,308 1.00/1.00 vMB 118
654,753 654,753 0000000000000000000330cabe14c0ae6b9f5ce8fd1ee13dcb78709881ec8f3b 1,967 1.00/1.00 vMB 165
654,752 654,752 00000000000000000006fef747487408c519b84644c00a077d8a43c4c54ae30a 2,484 1.00/1.00 vMB 155
654,751 654,751 0000000000000000000ae562801ba98b02b1bf3667d718fd625bff808afebac8 2,287 1.00/1.00 vMB 143
654,750 654,750 0000000000000000000c65592be858e5916bde1fe878a4c0117cc8dba03f6da1 2,901 1.00/1.00 vMB 271
Previous 10 blocks ↓
Total Size: 782.81 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: 710.31 GB
    • Received: 17.07 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.