Loading Tool

Explorer IconExplorer

Memory Pool

82,036 transactions
30.09 vMB
0.13237346 BTC
Random Selection Loading Transactions
Max Size: 181.81/200 MB

Candidate Block

Mining Attempt 06fe97a839a124203b1999f3eb59f2b1b2113d9d6c38300edf4e51e9f6363b9d
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 121cb65524fb2b4287611320177ea0b710dc8dadd3fc6f7d4212db7da81042e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,212
Size: 1.00 vMB
Total Fees: 0.05500659 BTC
Feerates: 477.45 > 5.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (498,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,755 416,755 000000000000000001d1435eb171bdf290ad0047c105427ddf7ab879f31868bd 1,168 1.00/1.00 vMB 21
416,754 416,754 00000000000000000221d79b754232eb04176be936fad55e84fac67eddcf7702 1,514 1.00/1.00 vMB 45
416,753 416,753 00000000000000000269fe2d953312dd8f5b24035b5c10b4f1f5957b37935b2a 1,073 1.00/1.00 vMB 55
416,752 416,752 000000000000000004cdbb1b28549d81e0315957ba81660e1a0bdc3a7d241ca1 1,522 1.00/1.00 vMB 52
416,751 416,751 000000000000000001fea3eb907ab41389df0ae9d9f7b36fb9e185ba86052de6 1,492 1.00/1.00 vMB 78
416,750 416,750 000000000000000000b276057118866099823a17892d1188d6a8642241d97c9f 596 1.00/1.00 vMB 24
416,749 416,749 000000000000000002056759e2cbd71db1408b92b3cacdad62dc0944ce8e1183 1,380 1.00/1.00 vMB 44
416,748 416,748 000000000000000002859977bfdd6e8eb6b5f76df93ba0d4dd919bb5b77ed128 1,770 1.00/1.00 vMB 45
416,747 416,747 00000000000000000164b6808927073e7fce8422b288a763f0346c89f33c25f1 2,393 1.00/1.00 vMB 65
416,746 416,746 000000000000000000908fe3117d76b04d410d8718275594739bb90e7f514cc7 2,245 1.00/1.00 vMB 70
416,745 416,745 000000000000000003f6d573dc7df9e8687e477b1b2ec865bc96f2b8717d2994 1,849 1.00/1.00 vMB 38
416,744 416,744 00000000000000000229575fa7303d06ca4badaa20b72c3e7fb140c7d4486178 2,384 1.00/1.00 vMB 68
416,743 416,743 000000000000000003dbe5808d997a68ce5578a6559ebaff1c1d7bd8fd7111b9 3,103 1.00/1.00 vMB 96
416,742 416,742 000000000000000003c12205a2b1e9359dbc2d53cbb9a8c33b1e3ad97bc70047 898 1.00/1.00 vMB 21
416,741 416,741 0000000000000000052df2b4421a0cc7ecf159260d8a566424ef3b338ff14a66 822 1.00/1.00 vMB 27
416,740 416,740 000000000000000001583ef6294e6727481d5e785f3a87a8a390caecd3648332 1,276 1.00/1.00 vMB 40
416,739 416,739 0000000000000000053f7274fa4b97a06c6cc4dd0961c4a073ee27f0f6190d7a 2,592 1.00/1.00 vMB 70
416,738 416,738 0000000000000000023e195b1a7e3427b9a0e85e332f442df2b36de268a4398b 1,488 1.00/1.00 vMB 32
416,737 416,737 000000000000000002097eb1eb1ae0cb227fd2acb8e89c6e720605bead381cd9 2,678 1.00/1.00 vMB 75
416,736 416,736 00000000000000000074c676356780c8cb2df89739428d49808d83095e0af2b4 933 1.00/1.00 vMB 19
416,735 416,735 0000000000000000029e26e9983ce9583c6da561ff17abecbd6a721e529d01bc 2,445 0.99/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.