Loading Tool

Explorer IconExplorer

Memory Pool

80,688 transactions
30.02 vMB
0.12379132 BTC
Random Selection Loading Transactions
Max Size: 180.61/200 MB

Candidate Block

Mining Attempt 309023f0cdc2ab43cb6d870fa359e0bd4a40a367e40e1d61047f89a6eb6e8de4
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root cd76ea4e81747af49f004ddbc4c6f0a21931c5b1d1e600371af7997660181352
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,641
Size: 1.00 vMB
Total Fees: 0.05113173 BTC
Feerates: 242.90 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (407,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,129 508,129 0000000000000000004ae034a8156e6803c3e00d31e66d732efe5a9f21dc9cd0 1,849 1.00/1.00 vMB 56
508,128 508,128 00000000000000000000f282e327a58bef3cdbb51dbcecda60a9590ef8e6526e 2,155 1.00/1.00 vMB 131
508,127 508,127 0000000000000000004455d2062a32133e6052b0229104bfa5aabd87e3e551cd 2,048 1.00/1.00 vMB 37
508,126 508,126 0000000000000000000a4edcfd7a6337ca20b15fcbff67ce45fb1f447a2b1fd1 2,431 1.00/1.00 vMB 92
508,125 508,125 0000000000000000005a8d46a4f38c0051da7427813dc70dd766bca2f4fda943 2,155 1.00/1.00 vMB 79
508,124 508,124 000000000000000000286f9e35caa4c4e34921b2b797c2b2df9bf778b42a7f6f 1,628 1.00/1.00 vMB 129
508,123 508,123 00000000000000000036c37c475e111e17de671633416c1530197812ddf87b5a 2,613 1.00/1.00 vMB 167
508,122 508,122 0000000000000000005510256987411e13d8c2523dcba10114a70917af9f877b 2,893 1.00/1.00 vMB 175
508,121 508,121 00000000000000000038944e061225f95b13aa5b093aac0c8de7f39e740b1535 2,036 1.00/1.00 vMB 115
508,120 508,120 0000000000000000004d03d90cda80bda1cb6da21723c369990f28e3bb07cdc0 2,259 1.00/1.00 vMB 86
508,119 508,119 000000000000000000111adce3909376d1175ce8a3d936179a2ff763bac235f7 2,112 1.00/1.00 vMB 124
508,118 508,118 000000000000000000252d18f3b471fe802a1231b41e7b0604abad78bb63837d 2,937 1.00/1.00 vMB 170
508,117 508,117 0000000000000000000bf08602cbc41eaf96bd3b5611f8f9ea66497c59f1d392 1,791 1.00/1.00 vMB 149
508,116 508,116 0000000000000000002e3d0f6c659a03fcdcbd4355b81b60238bf115b82d46e3 578 1.00/1.00 vMB 140
508,115 508,115 000000000000000000032bb4069adf7fbe1403b51ada28aa459bb31635a6b293 1,822 1.00/1.00 vMB 168
508,114 508,114 00000000000000000037399f6c906530cc5b69832977feb9a15ad98e3679cf4f 1,879 1.00/1.00 vMB 149
508,113 508,113 00000000000000000004b077bffffa77e9737e3b7433832ccdf5c6c3066e2a14 2,083 1.00/1.00 vMB 138
508,112 508,112 00000000000000000030dd5f759725350001bd92c75ecd1650e2c2a3f17fb444 303 1.00/1.00 vMB 17
508,111 508,111 0000000000000000002e60259930057530caf2fdddaa00c0c7c4e712196b2b7e 1,279 1.00/1.00 vMB 18
508,110 508,110 000000000000000000353b9497ed367bfa720c9a14ce9c8cf1bf0164ff81fce2 1,839 1.00/1.00 vMB 54
508,109 508,109 00000000000000000036c863bb548f0b1ea79d1e3ce42531a54c2911ed6c6773 2,020 1.00/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.