Loading Tool

Explorer IconExplorer

Memory Pool

79,901 transactions
29.54 vMB
0.06451169 BTC
Random Selection Loading Transactions
Max Size: 178.32/200 MB

Candidate Block

Mining Attempt 92f0de33c1547e0a2623035fc82392510488567eb54088716a62fd3f0d628d42
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root eb5aa8a80c3bee188b99928e11a208d053a228d48db182b1d50fbf23e7e614ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,669
Size: 1.00 vMB
Total Fees: 0.00441462 BTC
Feerates: 90.30 > 0.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (460,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,050 454,050 000000000000000001bec696df6612b4d3a53242f1ffbab4d6bed263e9bff222 2,032 1.00/1.00 vMB 136
454,049 454,049 0000000000000000010913c2cda03f4d0fd632a7ccaca196bffba7f4f10c083b 2,682 1.00/1.00 vMB 155
454,048 454,048 0000000000000000027d76bced6c0b54535efb257184977f5bc216fe73f561ce 2,028 1.00/1.00 vMB 131
454,047 454,047 000000000000000000e87b077d3ab1266ac269fd03709cc3c078992f1ca698a3 2,651 1.00/1.00 vMB 149
454,046 454,046 000000000000000002429e45b90a4a5933687879eb436196d768610dc9cc6adc 1,078 0.37/1.00 vMB 151
454,045 454,045 0000000000000000000ff870999821136c186fdd581f5334028122a0eb8ace7a 2,591 1.00/1.00 vMB 168
454,044 454,044 0000000000000000016f20c63394d303f2a920fc6aa3ff95956ea7c699abd6d9 2,226 1.00/1.00 vMB 155
454,043 454,043 00000000000000000215f5dee594c4f9d3e8f25f41a3d34b44e6cc9b8778bd4f 2,034 1.00/1.00 vMB 105
454,042 454,042 0000000000000000001c40f2c0bccc164f3d59b280ab4979f34a036f38d1cfac 1,342 1.00/1.00 vMB 94
454,041 454,041 0000000000000000001f3aa89dcd53f6a95901ff893fe40a780cf1251f5c9771 1 0.00/1.00 vMB 0
454,040 454,040 000000000000000000c422ee0122e5d4309c3250c27f82e6f8d01ea7c09cf2df 1 0.00/1.00 vMB 0
454,039 454,039 000000000000000001d87d8a389477dbb8f93d7f7828cbd195db857e9b48cfcc 2,021 1.00/1.00 vMB 104
454,038 454,038 000000000000000000c347a84d56efe86c27ebd4389faf58dded7efaf2554a82 2,218 1.00/1.00 vMB 165
454,037 454,037 0000000000000000016f9806b424a1941ececce924de4684306f2b5eda172951 1,868 1.00/1.00 vMB 107
454,036 454,036 0000000000000000008d88fc0a71ad2f3ab46c0bde0e462e8c6a1eefb74e31d8 1,735 1.00/1.00 vMB 126
454,035 454,035 0000000000000000014b8bba9fe2d95da4cfd3d02e24254f3b16aa0342218dfe 1,506 1.00/1.00 vMB 111
454,034 454,034 00000000000000000031c2802970c81833e8128bcb84cd5c4b8e6cb9f2fea7f6 1,723 1.00/1.00 vMB 148
454,033 454,033 0000000000000000016e9fde2439ed1688e517f2f578431d160b7c928ef7f859 1,867 1.00/1.00 vMB 152
454,032 454,032 000000000000000000a7a67dda7a07b29dbde4b6a00d9db1c4a6ec219074e2f7 1,201 1.00/1.00 vMB 126
454,031 454,031 000000000000000000d309da53a0e674933f78013f125e627862588b01d8d3d4 2,560 1.00/1.00 vMB 193
454,030 454,030 000000000000000000d434c8999d92f1f5a3cae60a7939515caf29204b3f397f 1,462 1.00/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 782.35 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: 662.21 GB
    • Received: 14.84 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.