Loading Tool

Explorer IconExplorer

Memory Pool

44,868 transactions
28.58 vMB
0.12150003 BTC
Random Selection Loading Transactions
Max Size: 151.15/200 MB

Candidate Block

Mining Attempt 884f4cba26dd57a5e663fbb32e736d22c4417d0cca80fc982a833c2b7802a404
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root 8443fc129b00c7da7ac33e41187e42ec9143837d9f016b2604cb4aa39981faf5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,427
Size: 1.00 vMB
Total Fees: 0.06715366 BTC
Feerates: 101.65 > 6.73 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (732,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,763 182,763 00000000000008886a09d9625c772f2489e5deb881c0e3d9d16aaa4d5142e45e 119 0.05/1.00 vMB 127
182,762 182,762 0000000000000665d0a12d916e27d7da57f34f526206a88017293c82d78eec3a 9 0.00/1.00 vMB 102
182,761 182,761 00000000000001cecb10a62a4bc4ec84f9c83dca757f4cdc07bc14668b49fbc0 78 0.05/1.00 vMB 84
182,760 182,760 00000000000009036c5d74f23d64f1410aa348e9cc876b1133f71044f2867300 10 0.00/1.00 vMB 25
182,759 182,759 0000000000000a8152b8342b49f2f448e980282625a28c9bc1b6301bc7157357 17 0.01/1.00 vMB 110
182,758 182,758 00000000000007c3c39b3a67fbb45a93b560eb9d40308cbc7f0b8bdfa7c6586e 323 0.12/1.00 vMB 136
182,757 182,757 00000000000007b02893dd84ef9e963082bb611f422b39d5dd5fbe3da75cc196 145 0.05/1.00 vMB 63
182,756 182,756 000000000000026c81722f53e5d866b6eda48fa70d663f59f060a5bc20a9a36f 256 0.10/1.00 vMB 149
182,755 182,755 00000000000001d3b420bbea5aadcbb286d2a7a5251ab6702bba6b1175136065 256 0.11/1.00 vMB 126
182,754 182,754 0000000000000543310ea15d8ec2ba422bcde0b030f1e47c48aa4ec56c1deeb4 7 0.02/1.00 vMB 31
182,753 182,753 00000000000008efe55ed4d3de0a2626592baba3cd7f7f5447744739328585cb 113 0.05/1.00 vMB 105
182,752 182,752 000000000000022c0e4b6eba73b9a734da9617835303ec0e30d4b4ca545c41ad 9 0.00/1.00 vMB 0
182,751 182,751 0000000000000494ce7316bb9e9c1827d75e01bde65a57eaa30e25f092135463 32 0.01/1.00 vMB 137
182,750 182,750 0000000000000053541865e602acc5a6e9eecaef76c8a3588c9692aa603f6aa9 75 0.03/1.00 vMB 157
182,749 182,749 000000000000053f566bf9a77da2f1a8fe4b3bc8e274fb0c80b7a0107a4be704 107 0.04/1.00 vMB 142
182,748 182,748 000000000000081f8e23dfa36e4c9d0eaa1fb40cab400243bd27172362e13868 64 0.03/1.00 vMB 93
182,747 182,747 00000000000002a34224ee92b002603252173d3eebd9778751ebcde88d7e5e7b 97 0.05/1.00 vMB 74
182,746 182,746 00000000000003e29e320ba2dc4698a5329ea4440ccdec38bbe93866c42b90b5 135 0.07/1.00 vMB 77
182,745 182,745 0000000000000006fec92525a2761397b7005aafb7eb3bd5ffe483d7278d89a7 11 0.00/1.00 vMB 15
182,744 182,744 000000000000072f26d37f62ede27f0c54a64c069ccb083202dc092486dfc0cf 285 0.11/1.00 vMB 130
182,743 182,743 00000000000004641bd19e18b61be34e7d25ab96b0a0d7507deae4837454ba7d 256 0.09/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.05 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: 650.89 GB
    • Received: 13.34 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.