Loading Tool

Explorer IconExplorer

Memory Pool

44,334 transactions
27.29 vMB
0.06484232 BTC
Random Selection Loading Transactions
Max Size: 144.18/200 MB

Candidate Block

Mining Attempt b23b9adffdc9ad33d9c5c6bf2fc9385c7960ad76ec0dc4125123ba625a27a107
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 3cf41cc341ae8a8e8e2333252c2b5b92377e42cdd0575b643c1e008783c8e968
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,263
Size: 1.00 vMB
Total Fees: 0.01352322 BTC
Feerates: 200.99 > 1.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (253,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,948 660,948 0000000000000000000cf583ea123999011fb7c9e7dfacaa4decd81e62902dd7 2,942 1.00/1.00 vMB 53
660,947 660,947 0000000000000000000cf522e528508ffde6a566a4dc3158c3c04d48c4dfe22b 2,449 1.00/1.00 vMB 69
660,946 660,946 00000000000000000007dfdb8086fafbfc8b478267901b639ca3ffb59fb705ca 1,813 1.00/1.00 vMB 101
660,945 660,945 0000000000000000000aa6f85abdd0ba4e504a8e07902e8d5c050284ec13dec0 394 1.00/1.00 vMB 117
660,944 660,944 00000000000000000000046d8225300afe11287498923d9bc7ae7fad27bc38b2 1,608 1.00/1.00 vMB 96
660,943 660,943 000000000000000000076c1a7d6befa32d00d89e5e409605cfb542c4c5d767ac 2,528 1.00/1.00 vMB 75
660,942 660,942 000000000000000000034c454bed7cb34a3f0be427c8a60168630862dec8f4b1 2,698 1.00/1.00 vMB 66
660,941 660,941 00000000000000000004a748190e47bb72951c10af63b20ccf1287132dd7b400 2,614 1.00/1.00 vMB 89
660,940 660,940 00000000000000000009a2e104858dcc3432dc43003c10d6fbb2fe6398a7cea3 2,219 1.00/1.00 vMB 25
660,939 660,939 0000000000000000000a276493d80357e5b34f847ddd13d03e58150940259b9c 2,970 1.00/1.00 vMB 44
660,938 660,938 0000000000000000000bca063aa36dffb8cb7b17bb971f96eeb0a345258614d2 2,903 1.00/1.00 vMB 28
660,937 660,937 0000000000000000000e5ee8ae07235bbd3e514e92ca76b3793aa36c65111c3e 3,110 1.00/1.00 vMB 32
660,936 660,936 00000000000000000001b1417079a034c29407b4e751c35da2ca6b01eeb72acf 2,680 1.00/1.00 vMB 62
660,935 660,935 0000000000000000000c0349cd2e7d6f18af57b5ba933b3623fdd83884b08e1e 2,628 1.00/1.00 vMB 50
660,934 660,934 0000000000000000000cebd8e438fe7f7f7f4dd927ca43dd121e06cb94a72ce3 2,618 1.00/1.00 vMB 86
660,933 660,933 00000000000000000001506d736f72ff4b9388c93b214dda3cd10ddb2997e320 3,201 1.00/1.00 vMB 29
660,932 660,932 00000000000000000002366f2dd48bad382273d0e0c82369b14620264d93aea8 2,447 1.00/1.00 vMB 59
660,931 660,931 0000000000000000000a1350a15b7ba728224ef6a4a33bf12685a12b300de987 2,778 1.00/1.00 vMB 51
660,930 660,930 00000000000000000008611654e203d72bbcb4ddf1709e90347afa37a8bafc87 2,619 1.00/1.00 vMB 56
660,929 660,929 000000000000000000009fd2e977236345aa7de901219c2c89b8d28d096620d1 1,792 1.00/1.00 vMB 78
660,928 660,928 0000000000000000000ab0dfcd4373a1abcdaa2945632e63e6c570d133f239d8 2,519 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.25 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: 655.43 GB
    • Received: 14.31 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.