Loading Tool

Explorer IconExplorer

Memory Pool

79,945 transactions
30.09 vMB
0.08917470 BTC
Random Selection Loading Transactions
Max Size: 181.34/200 MB

Candidate Block

Mining Attempt 378a85da92bfee4b216d6a10a355b8b68f3ca85913d1cb3c03e58bba5885a0f7
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root 7ed75500425c64738d6269f7c9ada5bafcc8a9cac709ccb38d3cea38f0119328
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.01897632 BTC
Feerates: 40.21 > 1.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (107,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,132 808,132 000000000000000000002475d8691b803e4e0cd253fff3d54f2a3db568d4c184 3,031 1.00/1.00 vMB 23
808,131 808,131 00000000000000000003a08b4f2b4a4a1750be577aff996a032e84029bc886f4 3,860 1.00/1.00 vMB 16
808,130 808,130 000000000000000000025f703baed8f89c36a2653cc374498f2dc7768b2bb5ba 4,590 1.00/1.00 vMB 15
808,129 808,129 0000000000000000000258df89bb941c78d03fc432c0114544b83954430eba32 7,235 1.00/1.00 vMB 15
808,128 808,128 00000000000000000000f495df60bebb042af2a1f1c1426dea75fad137dceb94 5,808 1.00/1.00 vMB 16
808,127 808,127 00000000000000000004262ad40e4e0fc1940d932a00f4de3d9fc276f9a6cae0 2,528 1.00/1.00 vMB 14
808,126 808,126 000000000000000000025f775b52e2a600f4bf2d6387fdc59ae6d4195bf7249c 3,582 1.00/1.00 vMB 18
808,125 808,125 000000000000000000036be797b96106f4eeb80d0c9c0d11f5fda27ba139ddc5 4,081 1.00/1.00 vMB 17
808,124 808,124 000000000000000000023bf08afdc9eba035e52b577c05c2c64b20f76b7263cc 6,865 1.00/1.00 vMB 15
808,123 808,123 00000000000000000001e1d49d42ec4986aeedeb9f5588a37e2508e599263d5c 7,265 1.00/1.00 vMB 14
808,122 808,122 00000000000000000004efe38f5eeeaea9921331283e05f1235c2e77630a6d1e 6,945 1.00/1.00 vMB 14
808,121 808,121 00000000000000000001baf733aa1b34d068881aec99252600c5aef8677fc445 4,538 1.00/1.00 vMB 16
808,120 808,120 0000000000000000000151f066bc6d72b2bcdd4aca4d14884dd307e5ac155630 4,403 1.00/1.00 vMB 18
808,119 808,119 000000000000000000013045b6b7918e48e23fbb2cafe3ad83320e0c6569aee2 5,939 1.00/1.00 vMB 15
808,118 808,118 00000000000000000001bbd816929c92b618c2adf5ce3b64309230257af71b62 5,772 1.00/1.00 vMB 16
808,117 808,117 0000000000000000000455818124799b063770c589504f1fb7e7270c05c59ea8 4,015 1.00/1.00 vMB 15
808,116 808,116 00000000000000000004c56d7ad684c6575edc25374a472287e06e7f9c32c34b 4,666 1.00/1.00 vMB 17
808,115 808,115 000000000000000000008871e71cf457948c087a705560bf500f325df728ac35 2,805 1.00/1.00 vMB 23
808,114 808,114 00000000000000000005080b5a51ef2998b8e6a08d5f5f10284e44f786edfcbc 2,620 1.00/1.00 vMB 17
808,113 808,113 0000000000000000000131ec9e01256bc1415f1ab2a12543f283c54ab6db2ac0 5,160 1.00/1.00 vMB 16
808,112 808,112 00000000000000000004e33042d478a4d185b7a5c39e388a01e81933ec27c349 5,912 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 672.44 GB
    • Received: 16.24 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.