Loading Tool

Explorer IconExplorer

Memory Pool

41,862 transactions
26.48 vMB
0.07090659 BTC
Random Selection Loading Transactions
Max Size: 137.89/200 MB

Candidate Block

Mining Attempt 71563a555fbb386be85f8d804978e2eb4c8412b74348db8b8fc39b4e9d58fa48
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 347fc1f5db38a8ecfff8ea70e720446a181471b355a5695d9e9f520faf12188f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,834
Size: 1.00 vMB
Total Fees: 0.02219031 BTC
Feerates: 99.53 > 2.22 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (133,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,157 781,157 00000000000000000002065885720cb5bd8015a99adef9c8dfa1b5740a4894fc 1,428 1.00/1.00 vMB 21
781,156 781,156 000000000000000000056f9c1d9c159936e136c0391cb18ee000c7a40bc01c88 2,111 1.00/1.00 vMB 25
781,155 781,155 0000000000000000000364fdf4d113023e6736e726f2019829cdc5b24b0ae653 921 1.00/1.00 vMB 11
781,154 781,154 000000000000000000009e65dc9ebfa7d4c5387af83f580e645e60db99f2cb84 1,624 1.00/1.00 vMB 20
781,153 781,153 0000000000000000000656d6d1268399e84a29b4f6cf08189a5694eaedbd3894 912 1.00/1.00 vMB 10
781,152 781,152 000000000000000000002b16606e18f7881f6168cc63180945adca95f9f0fe99 986 1.00/1.00 vMB 11
781,151 781,151 0000000000000000000234361e0df58e733e239ab8b4fdd6dee0ace3e09a67d8 1,042 1.00/1.00 vMB 11
781,150 781,150 00000000000000000005aeddffa04f1ea6a8de29c85d65af681f04741c69a9a2 1,051 1.00/1.00 vMB 13
781,149 781,149 000000000000000000055062849b7dff0fbfd356f453c1184c4a5a3fbb709362 1,539 1.00/1.00 vMB 22
781,148 781,148 00000000000000000000e85cf136d5a45e16d8286a14be0a429c4f2876425329 987 1.00/1.00 vMB 26
781,147 781,147 0000000000000000000314a714e0ec405f2413b4c3bbf2e3c8f1e7258f553160 155 1.00/1.00 vMB 3
781,146 781,146 0000000000000000000042206ea5e0e7576c3ea1772b1ab89c33a3ff679f41f4 1,287 1.00/1.00 vMB 14
781,145 781,145 000000000000000000028c8846a98aeae469a7d018b50d8a0556d30baf2adfb0 990 1.00/1.00 vMB 10
781,144 781,144 000000000000000000058bec7d0d267cf15c9629930fbc43242fd5a9c16b29bc 448 1.00/1.00 vMB 9
781,143 781,143 00000000000000000002c46784dee06651626fe71aaae48540c7d6f9eedfb9fc 234 1.00/1.00 vMB 7
781,142 781,142 0000000000000000000476b77edaacd3e4ee73e4e8892cbc013a96e60c74c7df 1,690 1.00/1.00 vMB 17
781,141 781,141 00000000000000000004eff2f4b4af97e31bb23eaa37ff86629b103b0597c612 2,493 1.00/1.00 vMB 13
781,140 781,140 0000000000000000000375ca29ac920b5f8d0d5c7ef11bf09c8ff2a09c866016 2,936 1.00/1.00 vMB 32
781,139 781,139 0000000000000000000405e682d9f5522b9f4377a6bc34a0e762a3655c9b3746 3,043 1.00/1.00 vMB 32
781,138 781,138 00000000000000000005858b1a4abd0c45479e1918a6ff7ce2b661991dac81eb 2,449 1.00/1.00 vMB 43
781,137 781,137 00000000000000000004dbd0459a78431a21b7c973fa81c5a7b4676f7046638a 1,795 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.