Loading Tool

Explorer IconExplorer

Memory Pool

82,820 transactions
30.68 vMB
0.13829911 BTC
Random Selection Loading Transactions
Max Size: 184.85/200 MB

Candidate Block

Mining Attempt 7f05926c9d8bc0b03d55b8e1d3e37dc21cbdbd969039e8187d8328c5d3b0c867
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 8b5ceb496222c8ebd68a0733f68882fa446d9efc6c087745d78838f8bd1f174f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,746
Size: 1.00 vMB
Total Fees: 0.07354821 BTC
Feerates: 203.60 > 7.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (597,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
317,786 317,786 0000000000000000111424bacbcd919fc9f237f05e10127d3c8d00faeb4dc0e5 29 0.02/1.00 vMB 21
317,785 317,785 00000000000000000bd0f2a97897f0d0b2ebd4d8b07fec6f15272813400e9e47 258 0.33/1.00 vMB 20
317,784 317,784 00000000000000001b6380955b712023f074ffa449b04d077a06d8139afe5add 285 0.20/1.00 vMB 19
317,783 317,783 000000000000000020c8bf9c15a9ab30f74261eb2689ae58d4c46fa2305c53a3 184 0.17/1.00 vMB 18
317,782 317,782 00000000000000002c6d59995cc994cc2cfa242e6d0a7b196eeb7c25a800f6bb 414 0.22/1.00 vMB 21
317,781 317,781 000000000000000001717b53af3d590022d0f311452d55c249c4018e305721a7 1,116 0.71/1.00 vMB 27
317,780 317,780 0000000000000000281114c2549ebedc12078df58011f02c8864fe621a009fb2 1,051 0.70/1.00 vMB 25
317,779 317,779 000000000000000012400f7f18961be5e30abbb7ef23ebf6477032c63862502e 1,014 0.94/1.00 vMB 21
317,778 317,778 00000000000000000c6e6a873805fcf2163ef23cd54fb4394f6ac5a21b5a6e0e 323 0.26/1.00 vMB 17
317,777 317,777 0000000000000000093610b55f1cbb2bf794ce17ace691514ecdd31e80c240c0 393 0.15/1.00 vMB 34
317,776 317,776 00000000000000001c07b0e93a0442c8912823d8e6710aeaa70a82fc2dc49f0c 317 0.14/1.00 vMB 30
317,775 317,775 00000000000000001ecdc459c95ebd1d0f03b41fe48c10662624564de931afaf 213 0.24/1.00 vMB 20
317,774 317,774 00000000000000000251291a745367b45eeb3d1a26535477a6e69abec157f3da 368 0.63/1.00 vMB 15
317,773 317,773 00000000000000000e6a0039de0536afb26acdb3a1c927ed5df2a78a3c679f7d 978 0.86/1.00 vMB 22
317,772 317,772 000000000000000012f4bf5bcef8b9816b8acb8e156de42cc93722393ec4e8f6 936 0.51/1.00 vMB 32
317,771 317,771 000000000000000000e37a00b836e367a0c6f57c64dfc1fd72f961dc3584a3fd 54 0.12/1.00 vMB 14
317,770 317,770 000000000000000009f63a74fe1377ff7b5e068b85ace14373a297802d004c42 14 0.01/1.00 vMB 8
317,769 317,769 000000000000000005e801ffe3c0eb7ea7d2ef0cbdffd099c0ee41e7f12d0d3b 329 0.27/1.00 vMB 18
317,768 317,768 0000000000000000168ae1c68f77ad906d2d6e6c6353aa1a2c77c3c25e3383d9 409 0.26/1.00 vMB 25
317,767 317,767 00000000000000002d897038a51e3f0329bf250d0303bce86c3b0c43791fdad5 658 0.31/1.00 vMB 30
317,766 317,766 000000000000000007f36dfe777c1284d38e27aadb08db7ea196eaff9f513db9 32 0.01/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.34 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: 661.33 GB
    • Received: 14.80 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.