Loading Tool

Explorer IconExplorer

Memory Pool

45,927 transactions
28.76 vMB
0.13941603 BTC
Random Selection Loading Transactions
Max Size: 152.16/200 MB

Candidate Block

Mining Attempt 81dec9f5682f85725d1adadba24d31661762c13a9a3f6c9571aaf109a97b6dfb
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 193090dc0d46876abef9598539159913dccc1bd7b02c1299e38765400d1c86c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,527
Size: 1.00 vMB
Total Fees: 0.07880920 BTC
Feerates: 15,654.48 > 7.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (412,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,981 501,981 000000000000000000932d4ffb158c8ad0b27337f1f5a9c2c88857170b016fe4 1,734 1.00/1.00 vMB 268
501,980 501,980 000000000000000000218c0d9dc8cf70a1a3ae709bb9b514fde97f63587b0868 1,148 1.00/1.00 vMB 61
501,979 501,979 00000000000000000037e83bd4fa25bfad8a98f0ebaae16164fb94f60e51ca1c 2,103 1.00/1.00 vMB 366
501,978 501,978 0000000000000000004d08ca907083047d159a2e548015943324fe248fedab5f 1,529 1.00/1.00 vMB 160
501,977 501,977 0000000000000000001a2eb9db41fb1fc3c04c8abdaaa5d125a53ed2863f409d 2,029 1.00/1.00 vMB 358
501,976 501,976 00000000000000000071266a59d1db722ff73a4354c6474c233f246d8e018b71 2,371 1.00/1.00 vMB 485
501,975 501,975 000000000000000000203ec5910c617719ac837780d6c9deaca797e14799475b 1,050 1.00/1.00 vMB 70
501,974 501,974 00000000000000000047ef8d1fce31019a4deb386e72bc7a26a0f4ebf1ab4d38 2,118 1.00/1.00 vMB 403
501,973 501,973 0000000000000000004ba4b3505891689c06943489d389d16e374101f92cd2e9 813 1.00/1.00 vMB 109
501,972 501,972 000000000000000000197703bd74daedbad7cb45933d224b5d581ce1991a37be 1,703 1.00/1.00 vMB 273
501,971 501,971 00000000000000000048022a2c77a7a2ddbd64584fe9ac0271f9839af810cc95 2,739 1.00/1.00 vMB 569
501,970 501,970 0000000000000000006e0f83cb826ee048075f90584680201ed7e4d0e7eb2943 1,033 1.00/1.00 vMB 62
501,969 501,969 000000000000000000050104d77a14f5e02a7ef1a2e0ad54d2c5d15beb02e4ee 2,529 1.00/1.00 vMB 450
501,968 501,968 00000000000000000090c2f34f2fb7442598bba14e60ab0c758ca152b75d5dce 1,939 1.00/1.00 vMB 409
501,967 501,967 00000000000000000029a3d6ecec0ecbba1abee375d5bd559cf489fd775a7354 1,452 1.00/1.00 vMB 174
501,966 501,966 0000000000000000007aff72dd16917cf5d32dc07198f6668bfd3d49647a5364 788 1.00/1.00 vMB 117
501,965 501,965 0000000000000000002cafde414e35b448964443951bb7d51c0cc8791a86b25e 2,004 1.00/1.00 vMB 263
501,964 501,964 0000000000000000005eed164fcd437c2cfef4cc6315c56c505bc7ec962f42cb 1,189 1.00/1.00 vMB 206
501,963 501,963 0000000000000000005457e21452da17f51591c97329f3de3e3a141b55486c7b 2,014 1.00/1.00 vMB 136
501,962 501,962 0000000000000000005dbb05d60d67c43cb0a483e98da9a95f7b5f587ed0ab9e 2,420 1.00/1.00 vMB 387
501,961 501,961 0000000000000000001a73ede5478e76141520514aec65f0257e29499c53771b 2,533 1.00/1.00 vMB 476
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.