Loading Tool

Explorer IconExplorer

Memory Pool

42,500 transactions
29.24 vMB
0.07483960 BTC
Random Selection Loading Transactions
Max Size: 149.93/200 MB

Candidate Block

Mining Attempt 1c087a761c6b5a50391db440c41047b0ef7c76ca2a86c0e0ec0668493190c482
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 47ff4a2e37dff6903ef9567aca444ef8d7ae8acb261e8d3fd27ae7dc5d090e35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,639
Size: 1.00 vMB
Total Fees: 0.01758620 BTC
Feerates: 100.36 > 1.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (415,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,456 499,456 0000000000000000001d3ed9aa9f155e11e3a7fc8b53414f8d5e5d45044001e1 2,751 1.00/1.00 vMB 421
499,455 499,455 0000000000000000001c7666d9c5fc8d9b759173efc4c8fa111d6559b93984d2 2,734 1.00/1.00 vMB 413
499,454 499,454 000000000000000000249a312bcba65dd2f5615dc28e777c38eeaafa86446411 2,846 1.00/1.00 vMB 433
499,453 499,453 000000000000000000a589aa52ea14e1ba97b0ed62fbf1c75bf651ce54504eea 2,790 1.00/1.00 vMB 421
499,452 499,452 00000000000000000006f1bef42c1f360c72391bba29cc07a4611085f3301227 1,383 1.00/1.00 vMB 481
499,451 499,451 000000000000000000686880def16ec3abbb21e1e1e2a405a05dd0c76754fb45 2,485 1.00/1.00 vMB 319
499,450 499,450 00000000000000000075b39e822f6a261448bb7745e6fc789ca78be943f0f9f0 2,613 1.00/1.00 vMB 400
499,449 499,449 0000000000000000008711f494e2059e499ced8b09b53513a939e822d80f2332 2,641 1.00/1.00 vMB 439
499,448 499,448 0000000000000000005e1832c1183775d1abb8196e95b7f3cf52521714b3bd5d 1,793 1.00/1.00 vMB 152
499,447 499,447 0000000000000000005d74573005d1dea69c4b9d1cf0f9679c9bbe9898d60f8d 2,018 1.00/1.00 vMB 246
499,446 499,446 000000000000000000a98118e348cd73ffbc5e4ca25258e036c598f5430b5679 2,598 1.00/1.00 vMB 294
499,445 499,445 000000000000000000895662013a5eec61f7daefd2baa82b5a391adcf515005a 2,717 1.00/1.00 vMB 370
499,444 499,444 000000000000000000acaa90fc23a937be757bd8de41744417ea082dda888377 2,247 1.00/1.00 vMB 264
499,443 499,443 0000000000000000000d7e2e562947cb70f7fc26c0bdc71350856364631000c0 2,768 1.00/1.00 vMB 243
499,442 499,442 0000000000000000006d63563df242cd14ba36f4366cb9b279346b8722fb8a3e 2,540 1.00/1.00 vMB 291
499,441 499,441 0000000000000000006cbece0007f23920aaefac26adbff4740c788e905f6734 2,262 1.00/1.00 vMB 395
499,440 499,440 0000000000000000002869a112fd7616302557a8dd1de58ab195959e3f0db097 2,519 1.00/1.00 vMB 236
499,439 499,439 0000000000000000000b88d326f0adc26daa15322230119638332eb4d3b77b55 2,508 1.00/1.00 vMB 283
499,438 499,438 00000000000000000090217483477d7bebb56bd579803c0dfd21330843588179 2,508 1.00/1.00 vMB 401
499,437 499,437 0000000000000000009735e210b1702ee8f0cf5882be41ca86f08dc9e6ea2b8d 2,481 1.00/1.00 vMB 397
499,436 499,436 00000000000000000093d14d9a35977cd838023c78f1177e353dcbc0218e3ac2 2,329 1.00/1.00 vMB 405
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.