Loading Tool

Explorer IconExplorer

Memory Pool

44,550 transactions
27.26 vMB
0.10009008 BTC
Random Selection Loading Transactions
Max Size: 142.85/200 MB

Candidate Block

Mining Attempt b9266848a5dd9eab6ed3c681d03502cc40de4ee3c0b86b0c5c4caa286bda1a1d
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 117bfd64f86cd4d165ba4e7222d23147f60ad559f82081a36430ec49ee7f79e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,639
Size: 1.00 vMB
Total Fees: 0.04542961 BTC
Feerates: 151.16 > 4.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (729,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,823 185,823 00000000000009009a48704acb7f70e0cd8a2117e0411bad0ad20074d41a576c 159 0.15/1.00 vMB 80
185,822 185,822 000000000000094baa405a2b9f68de9939124ff1ab7a84b1b9b4c38d50a9b1e8 117 0.05/1.00 vMB 105
185,821 185,821 00000000000001136cc9e179c6dbf99415298a5c1053fdd0211db369737ade24 12 0.00/1.00 vMB 1
185,820 185,820 000000000000080bc951a85b543ef8272f2dc4ac062143f80cd3ff27fbfab3e5 18 0.01/1.00 vMB 56
185,819 185,819 0000000000000286910c277b2e60be58733c06c42108f1b414ec4472a2f6d5e3 465 0.22/1.00 vMB 107
185,818 185,818 00000000000002656b7cc7df48a5fd77f8fba8ee664805afe8040ff0237ea119 13 0.00/1.00 vMB 0
185,817 185,817 000000000000009dc848a2e74d431cead8259f54aea54724a9460727a85dab48 581 0.21/1.00 vMB 137
185,816 185,816 00000000000003a7b870d4f4f619e2d658081920f88d395b3d4cdb7ea58dfc96 57 0.02/1.00 vMB 5
185,815 185,815 000000000000006683d4f65395bc1c11d7a5f3adaadc3d2cabad5bc67ba1451a 73 0.03/1.00 vMB 29
185,814 185,814 000000000000059bfd59c5d7d86d90b521fd5720cbbecd4d702be9019cbce0cb 445 0.42/1.00 vMB 637
185,813 185,813 000000000000072b3d99ae701ace89ff43bd57d978909fd528f68b6ab0165388 99 0.05/1.00 vMB 273
185,812 185,812 000000000000039b67b53928216ffbe892f774454ce66547611fc13d57f7056d 26 0.01/1.00 vMB 129
185,811 185,811 000000000000096c278043ccc52c44f10c7f7423368edcdfeb7dcb3c78b2bb1f 17 0.01/1.00 vMB 77
185,810 185,810 000000000000050f69cdd6c16e97b0535de0f79406be8590f28c6d4963d9e28b 77 0.04/1.00 vMB 72
185,809 185,809 000000000000028822b526753d2a4d5d898272319cb3051b3527bcce072e7351 256 0.14/1.00 vMB 90
185,808 185,808 00000000000008919d53d35a9703fcb9b514dc78e20e87d83d9b9a36bc6837e5 155 0.04/1.00 vMB 58
185,807 185,807 000000000000094aa388abc6e583b0a9f4de7575fb2326f210b5efb3ec0dc19c 333 0.16/1.00 vMB 107
185,806 185,806 000000000000028d9ee9ad2724f491d7e31c9e8cc8c51e5cd44a7dc9802aea8d 270 0.15/1.00 vMB 95
185,805 185,805 00000000000007ca736201ad9d30fac1853a76ce1e41c192857af816469edaf3 90 0.04/1.00 vMB 42
185,804 185,804 000000000000041c9004657c02d5fce18cb98afe4be0f2d1ef7206ff3cb5b88d 221 0.12/1.00 vMB 76
185,803 185,803 00000000000004a14028266590c022e9d8d1fc5f80f872a0ee56da80996aa9d2 15 0.01/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.16 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.27 GB
    • Received: 13.85 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.