Loading Tool

Explorer IconExplorer

Memory Pool

38,736 transactions
28.42 vMB
0.05952691 BTC
Random Selection Loading Transactions
Max Size: 144.21/200 MB

Candidate Block

Mining Attempt 9118b92546525212e3f91ded579453191c5156741fd3d4b315f7a2da5646afe1
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 714ddd21c15d2c3cecc545e7554ad8d537139684ce761bc0d5b290cce71662e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,199
Size: 1.00 vMB
Total Fees: 0.00484677 BTC
Feerates: 50.27 > 0.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (1,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,972 912,972 00000000000000000001f3404bf84001d0e1a8da9461bef987c092cf8237a7cf 611 1.00/1.00 vMB 0
912,971 912,971 00000000000000000000837abd21e9ef1b31b5cbe9f9dfb767fcfc0e44aeda21 4,033 1.00/1.00 vMB 1
912,970 912,970 00000000000000000001a3a5cb04be99b7ebb0a4c795a7869c81b2a83b3196a2 2,736 1.00/1.00 vMB 2
912,969 912,969 00000000000000000000244274ad5e8211ccbb0d41d256308922e848104309c7 3,120 1.00/1.00 vMB 1
912,968 912,968 000000000000000000017e8deecf5bdd650d9e1a0a528fe4329d6eb0e19f9a94 2,404 1.00/1.00 vMB 3
912,967 912,967 00000000000000000000b848b1ae867850947628527a7968daba71716e55c4b5 1,316 1.00/1.00 vMB 1
912,966 912,966 0000000000000000000111f653774ccc67aee0fe3c252f9465031b0384895b48 1,939 1.00/1.00 vMB 4
912,965 912,965 00000000000000000000744a564524b79577203ab13e9d23d2467d6d45b9ee1d 3,298 1.00/1.00 vMB 4
912,964 912,964 00000000000000000001fa7dc51cd7d8caa9cfd50317b6e1a71d6f288e6552fc 2,241 1.00/1.00 vMB 3
912,963 912,963 00000000000000000000a1599da070f1860fc4a04aecffa1af09cc16b1d80280 2,591 1.00/1.00 vMB 3
912,962 912,962 000000000000000000006b521c1a541a3dc5c71e10c161f262a673024322f2af 1,663 0.53/1.00 vMB 2
912,961 912,961 000000000000000000001dd33c0645cd4a9ae53e227b8fae54209209817a49a4 6,459 1.00/1.00 vMB 0
912,960 912,960 00000000000000000000c4340566f80fd95d62e2ceda71f77ca8c1ca94f40e3e 2,146 1.00/1.00 vMB 3
912,959 912,959 00000000000000000001b9f36be46b4cd6432b8df79fd221d04b315b56c9d7c7 4,150 1.00/1.00 vMB 2
912,958 912,958 00000000000000000000cafd638156aeaed7f06745d8bac0828a3f49c670b07c 3,639 1.00/1.00 vMB 2
912,957 912,957 0000000000000000000116045ddc8fb4c762f154670a95ec186979da2d4e09b3 5,791 1.00/1.00 vMB 1
912,956 912,956 00000000000000000001547c2ce7b1e60e57a0554aead7265e290a13dabdf9b5 2,225 0.55/1.00 vMB 2
912,955 912,955 00000000000000000000a121caba7288d1c4c9d2d929e3443c469bcacfc2f764 5,863 1.00/1.00 vMB 1
912,954 912,954 00000000000000000001d3f3177e43d10a4341cad75ec93b8853edf5011a7998 7,121 1.00/1.00 vMB 0
912,953 912,953 000000000000000000014d1ba5dc1954d78f0d06781fcf645631847aad0ea988 4,142 1.00/1.00 vMB 3
912,952 912,952 000000000000000000005a1c2961011ff2e834168c58cefa5f6a8045bd8e5cdc 5,375 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.29 GB
    • Received: 11.62 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.