Loading Tool

Explorer IconExplorer

Memory Pool

78,060 transactions
29.29 vMB
0.06354774 BTC
Random Selection Loading Transactions
Max Size: 176.04/200 MB

Candidate Block

Mining Attempt e6d4dbb8b6f4e2fd1a20b2a5b5a2df1e2dd1f7af895a5ff6a1bfd07949b1f34f
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 17cf604269fefea3187aeb3fe4c6710a0c8e9442a08c25c5f188dca0d62f5fae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,838
Size: 1.00 vMB
Total Fees: 0.00421762 BTC
Feerates: 21.09 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (385,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,175 529,175 00000000000000000001efb0eeb8735217173a7e58ef94f2f796810da850220a 1,461 0.98/1.00 vMB 29
529,174 529,174 0000000000000000002e635638041e534f05e919a676723dc9b9fcb0dbebc1b2 757 0.44/1.00 vMB 27
529,173 529,173 0000000000000000002b924312c6c472e0cd05581f25802a65841288b31e8d83 621 0.54/1.00 vMB 2
529,172 529,172 00000000000000000017bf81ea101acf2a9a93d82aebba86a058766ee4d97cf2 285 1.00/1.00 vMB 2
529,171 529,171 00000000000000000010b3438eae2caefeecaea6680811615ff40cde029c7908 1,441 1.00/1.00 vMB 20
529,170 529,170 000000000000000000021045c775b0ccee34951e4ceef6dc49ce3611777ce420 2,242 1.00/1.00 vMB 30
529,169 529,169 0000000000000000002e2e1dd54f3cf7e0ee067270d1b93c1203663ab6f225e4 2,096 1.00/1.00 vMB 30
529,168 529,168 0000000000000000000f1279bdbe9fbcdaceb90ef55e60a9d7004c09a7b58927 90 1.00/1.00 vMB 1
529,167 529,167 00000000000000000021191e37d6895725505acfd96bec349cdc678be3d6c015 1,264 1.00/1.00 vMB 20
529,166 529,166 0000000000000000002f0e67a685df0649026f15022afa1cf13107d0a411288c 142 1.00/1.00 vMB 2
529,165 529,165 0000000000000000001446f49d44b090c84ec4ed80901176b0b9b0c69cfc0589 1,767 1.00/1.00 vMB 26
529,164 529,164 00000000000000000032f65c0449feffb4dea5d0167d3857176330145306687f 544 0.35/1.00 vMB 63
529,163 529,163 00000000000000000015480a36146ae9c0d8d068a213771d3224e1f1f9a3c600 941 1.00/1.00 vMB 15
529,162 529,162 0000000000000000002246fbbc26c31f4fef2b2c05a39a81f237605741988aec 1,513 1.00/1.00 vMB 4
529,161 529,161 00000000000000000000533d1c35e86f47eb87d860f4fad10739bb57e9cf339c 2,295 1.00/1.00 vMB 59
529,160 529,160 000000000000000000271b220fe6fa099a9dd2a74e7140d498f3b7c8ba34ba94 2,627 1.00/1.00 vMB 28
529,159 529,159 0000000000000000002473c4d9b3abc35422d4be5726b038d7c6bd3a5d4c938d 1,739 1.00/1.00 vMB 29
529,158 529,158 0000000000000000000bc7aed48c175fb836fbb638e9d197bd1786a2526fff24 1,050 0.44/1.00 vMB 12
529,157 529,157 00000000000000000034087c4245efad5f44f20d61ed9baccebf1bd4814cfc83 940 0.37/1.00 vMB 38
529,156 529,156 0000000000000000000ec1d34126327a08ff7f42139d4c434661c75f4c7bd993 2,013 1.00/1.00 vMB 48
529,155 529,155 0000000000000000002b874585fdef7890fad0cf688252e8108641d559392aa3 1,214 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.