Loading Tool

Explorer IconExplorer

Memory Pool

49,139 transactions
29.80 vMB
0.09566291 BTC
Random Selection Loading Transactions
Max Size: 158.77/200 MB

Candidate Block

Mining Attempt 4ecf0b9d3a3d53d069a0773a473913ebae3de495f0b8ff83f29dc6ec8805f837
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 74f59c8a7ad8347dfe47dd5d790319179f78adb8d6222b8f6c8a7c425f30f500
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,225
Size: 1.00 vMB
Total Fees: 0.03218714 BTC
Feerates: 150.68 > 3.23 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (703,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
211,599 211,599 00000000000000c57cf8211e52be831c2ac152a63515f1960369a9456c3e1dbd 774 0.33/1.00 vMB 209
211,598 211,598 00000000000002c3d160e99e971e1204b63c5f9ea5f17f6612a49bf9f1b63b34 451 0.20/1.00 vMB 270
211,597 211,597 000000000000033e00a6823bb9b3f4d28c0cf1311bc3fd1b502d75602787e8ca 377 0.25/1.00 vMB 171
211,596 211,596 000000000000022bf83feb901778c41d43613d4622ded207be216187ed767e7e 140 0.06/1.00 vMB 890
211,595 211,595 00000000000000288c2d28fed00e43cde14860d15f1f38adf1a7b3210a72ae9a 192 0.13/1.00 vMB 262
211,594 211,594 0000000000000198682f45375aa3e3e493fff31271679d27ac8e00dd61dab1dc 293 0.22/1.00 vMB 125
211,593 211,593 00000000000000e04001bb2b1d95f5a8086eff13bb3f86a3a8d6d9cb2d7ef412 190 0.08/1.00 vMB 209
211,592 211,592 000000000000022fe2175f9d4b1de87d1cdfc243079a7a456d8c5054e5946220 302 0.18/1.00 vMB 167
211,591 211,591 000000000000025f9f9767bc8bd65964dbcb1011d45f5927609b622070f148ce 459 0.19/1.00 vMB 236
211,590 211,590 000000000000003bf7361c034bf63ef11cb61771251d1f2aa9f0adff8d2f4d1f 393 0.16/1.00 vMB 209
211,589 211,589 00000000000004a36620ca02ffec4ff7a79582d6ab8eb8a441f71d62ab972031 771 0.33/1.00 vMB 239
211,588 211,588 00000000000001a693e323feb9484e70c469fa90fd2731ae0fe2d31606f2501d 734 0.33/1.00 vMB 213
211,587 211,587 000000000000020ead939c2372c8903b38a90ba93f63ac708ec47346d32c4c83 62 0.02/1.00 vMB 166
211,586 211,586 000000000000002a926c232c66e6391516f5a971882b3630043ca9eeac12cc12 123 0.04/1.00 vMB 122
211,585 211,585 00000000000002709f9044c4b1806624922516e2644d877e0fe9c31b018e385e 390 0.18/1.00 vMB 193
211,584 211,584 0000000000000023eaf1c7d7c3fc178385bc61bec84e0987140ecc6281c8da7d 567 0.25/1.00 vMB 224
211,583 211,583 00000000000002ddb72873ce3e6fa3102f3b2e03b44e448f0deb3dcdb1d6ef45 125 0.06/1.00 vMB 100
211,582 211,582 00000000000002accc3498a5c82a271c8d1914b2705a2860ebebd67def2cb08c 481 0.20/1.00 vMB 151
211,581 211,581 00000000000003bdb6038c4db35dc67e6f75b46a7507d8cb1527042012cab669 527 0.26/1.00 vMB 244
211,580 211,580 000000000000029f2c7ba4ff789ceb133babcb8bc8c6bde94dff84b007436d5e 164 0.07/1.00 vMB 344
211,579 211,579 000000000000048e15028d99700c69d6a8fc2599a615537e4c4f7913d50d394c 502 0.24/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.