Loading Tool

Explorer IconExplorer

Memory Pool

74,919 transactions
27.64 vMB
0.07446471 BTC
Random Selection Loading Transactions
Max Size: 168.55/200 MB

Candidate Block

Mining Attempt 6f5f360a1c9f2cf7422e0ba5401f7b6e155899b123db717165eaba5b015179da
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root 84f767b70cf937728f594129a31bf3f65c2705060d5191c8e45f48ed2527c2d6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,258
Size: 1.00 vMB
Total Fees: 0.01544956 BTC
Feerates: 100.35 > 1.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (438,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,861 476,861 000000000000000000850de32f239b9bc6140c04969107a17c1942c311f96778 2,086 1.00/1.00 vMB 389
476,860 476,860 00000000000000000077675caba0410d09e1d6b86843cb18969f38651934c1b0 2,016 0.99/1.00 vMB 189
476,859 476,859 0000000000000000015698a481c3cff39de8f98a15fc0fd2630af2ba286669ce 2,484 1.00/1.00 vMB 227
476,858 476,858 000000000000000000f8e68617afff8be979ddac0cb41a94b061f2709305d808 2,233 1.00/1.00 vMB 222
476,857 476,857 000000000000000000b3a097c0ee04da128d538e68ab3530130a69250c235031 2,216 1.00/1.00 vMB 296
476,856 476,856 0000000000000000001696d69628c6856257388080b5477fa8c525eb3db565ae 1,677 1.00/1.00 vMB 174
476,855 476,855 000000000000000000b14014a1aad7a28f97412d61b79a7f367e9e414eabefeb 1,326 1.00/1.00 vMB 184
476,854 476,854 000000000000000000db8d39434e272f1723e588d9117010b1fb5021251213a4 2,237 1.00/1.00 vMB 255
476,853 476,853 000000000000000000b5bbcc5e68d33f53d5c53fa912e711321d868d18143369 1,676 1.00/1.00 vMB 233
476,852 476,852 0000000000000000006c346b2b543daa90aad6ad69199d5415b5972725cb814f 2,142 1.00/1.00 vMB 285
476,851 476,851 0000000000000000002a5d8e3799a7300150ae42e1a6cf2b6ad44c46d4cb5bd6 1,259 1.00/1.00 vMB 159
476,850 476,850 0000000000000000010b04271ba260fd5304bf14261bda8b6cb846a2f0b27c20 2,174 1.00/1.00 vMB 257
476,849 476,849 0000000000000000011dda41b3ccd4d8c61b05d02e19be4394cac17691bcf57b 1,293 1.00/1.00 vMB 189
476,848 476,848 00000000000000000036e14ead5a7d2f427bc8522613b34e416fd11a112a7d2c 1,004 1.00/1.00 vMB 222
476,847 476,847 000000000000000000e727dcef6a38649382291cdc37537f24bcd2345a9bf2af 1,651 1.00/1.00 vMB 266
476,846 476,846 00000000000000000065b7b9820aac7d9b74632abd84e0ecdb1f09de3b71302a 421 1.00/1.00 vMB 44
476,845 476,845 0000000000000000004cb8a4f5e22644934c187e0bc90885b8d31afd3be8332d 1,358 1.00/1.00 vMB 106
476,844 476,844 000000000000000000cdd0af8b2a828fdc4df8c2cd7f54746b4a40bc8b5a93d7 1,656 0.97/1.00 vMB 75
476,843 476,843 000000000000000000971fccc112b9e2de117db785eadec4c889359d105350fc 1,776 1.00/1.00 vMB 176
476,842 476,842 000000000000000001181b52eaaa8f33aa8de7f151045f7601301a61d982b56e 1,608 1.00/1.00 vMB 165
476,841 476,841 0000000000000000007fa5c4741843b3a3a5e12399c89fc6129e0e283e2021d7 2,016 1.00/1.00 vMB 187
Previous 10 blocks ↓
Total Size: 782.89 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: 713.51 GB
    • Received: 17.38 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.