Loading Tool

Explorer IconExplorer

Memory Pool

41,048 transactions
26.63 vMB
0.06237213 BTC
Random Selection Loading Transactions
Max Size: 139.05/200 MB

Candidate Block

Mining Attempt 2fcdacc642cbc2698db2e094d33f61b9cace8a73c16852285dcdabc50b4ee44e
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root efc7f84d2dd92bbcd6cee1d93b2d30474f1b93e31ea64c229555f16dba23d9e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,297
Size: 1.00 vMB
Total Fees: 0.01314896 BTC
Feerates: 151.03 > 1.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (763,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,782 151,782 0000000000000bd8df731cbd8749b7a9cac69a4fd81fd2d211afade0c90da42c 1 0.00/1.00 vMB 0
151,781 151,781 00000000000001e479d971bd58bd2c5d4635ff1342e2f11272e3e878af7a0b87 4 0.00/1.00 vMB 129
151,780 151,780 0000000000000d715ddb117c215cb2c45cb3ad4fb2c45bf2ddb795efb55d0c9b 15 0.01/1.00 vMB 55
151,779 151,779 00000000000003a954ddf9e1fb26d17cde1681fce3e9bcd0ec707071f7160de6 30 0.01/1.00 vMB 486
151,778 151,778 0000000000000d54bf436e9d59c054adce60000f559a0c92a651a2d905713fa7 2 0.00/1.00 vMB 3,875
151,777 151,777 00000000000002ec73a86060e3d35833a20ec660d5c3230bb3809cf7a0e44fec 68 0.02/1.00 vMB 0
151,776 151,776 0000000000000d37ae0909353f1ef6e798aea6408cb0042506894c6862d7e28c 53 0.02/1.00 vMB 140
151,775 151,775 0000000000000857eae2e676fdb0e2c00674c7bc1ccf84c083d70782bb11ed9b 31 0.01/1.00 vMB 6
151,774 151,774 00000000000006df42217f27db375909ab73590ce19b74cad2a06764a917b316 13 0.00/1.00 vMB 605
151,773 151,773 00000000000007532b78a4bb3680324bbb418beed8e69d66d5fe37e5e097ebd9 14 0.01/1.00 vMB 158
151,772 151,772 00000000000004aaf886d65f0e94bb30619461ce3421e772608b9df4e91d189e 21 0.01/1.00 vMB 194
151,771 151,771 0000000000000db6c20ee473982f2716565805730e4ce37497ed65966d7fbe86 4 0.00/1.00 vMB 193
151,770 151,770 000000000000092879ecb0af9008f6c8bea7389fbfddaa00c1aedf9a0b9e99e6 77 0.03/1.00 vMB 168
151,769 151,769 00000000000000f82d279b8f367f32ab1a33433e370a768a4ec7c7ba535ec8bc 19 0.01/1.00 vMB 223
151,768 151,768 0000000000000cddefa9e9bc69f5bbdfa337a68bc409b32430de7768418969f9 33 0.01/1.00 vMB 51
151,767 151,767 00000000000007278bf6b726e61776416aa4f69fc2a2841890aa0dd4c630018b 7 0.00/1.00 vMB 161
151,766 151,766 000000000000041a488c899b871a45d2b9a056bbc523f3ef7122b3d2e6146f55 36 0.01/1.00 vMB 34
151,765 151,765 0000000000000733f1ce29066731ec0c9f7c0741e54e2b0fa230d308b3ec4b30 3 0.00/1.00 vMB 97
151,764 151,764 00000000000001b780d4661537e0a1c10fe194c79f9ac599ece06d7466d1ad48 5 0.00/1.00 vMB 55
151,763 151,763 0000000000000b1ee36506569e1b7146ebdb943aad1d7169e0669885148e8a89 91 0.03/1.00 vMB 43
151,762 151,762 0000000000000d9dfb9beabeeafaafb9f2daf49124d9b6d1b31e5c0ea9ece337 61 0.02/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.28 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: 657.00 GB
    • Received: 14.44 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.