Loading Tool

Explorer IconExplorer

Memory Pool

42,932 transactions
27.01 vMB
0.06275656 BTC
Random Selection Loading Transactions
Max Size: 142.07/200 MB

Candidate Block

Mining Attempt 7f5084c08c1fb120d759d8013cf19e67caa9c1f18d86aa0637fa8b857d0ab9f1
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 5bcb12f497af36ca52ca35513ea4dde69d999a3435370d832d0327d866fbb027
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,761
Size: 1.00 vMB
Total Fees: 0.01248728 BTC
Feerates: 170.89 > 1.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (533,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,356 381,356 00000000000000000648bc894c2ceb13e57dd3f3331d889c3fabf01b7ddaf1fe 518 0.25/1.00 vMB 33
381,355 381,355 000000000000000002ee82e2994749ac9211c9de6b70c0671d5bba39d1b0d7e7 603 0.36/1.00 vMB 21
381,354 381,354 0000000000000000009143bcf6fd9a70adfb3f4a8b0364f6c686736012c0fc1b 2,253 0.75/1.00 vMB 59
381,353 381,353 00000000000000000ed7d08c24d71e0700c0b04bb1605e17e966b10c8c22043c 838 0.33/1.00 vMB 43
381,352 381,352 0000000000000000034279c7cccc0234be264a34fc172b0dc0de1b566995156d 1,497 0.67/1.00 vMB 39
381,351 381,351 00000000000000000fbf80827d550a03477c8f82a2e28173d05e1c55ce1bc4f7 333 0.21/1.00 vMB 17
381,350 381,350 00000000000000000fe114c781a175c6c4cbd9dedbf509aef7ac15a3d37340c6 342 0.15/1.00 vMB 35
381,349 381,349 00000000000000000159b95cbb29371d57b635f8c939e14abba15074bd69adce 1,924 1.00/1.00 vMB 27
381,348 381,348 000000000000000009c039ec9fc784b03b3638338b0177d258c3b5bcab972f10 2,696 0.93/1.00 vMB 61
381,347 381,347 000000000000000002c430825a20b62fdb004d71b7db01f8ace149e20486e2e2 1,010 0.63/1.00 vMB 31
381,346 381,346 0000000000000000052a2569ae2b08bd5f12478b98e64be31f58298f55e3a686 2,616 1.00/1.00 vMB 53
381,345 381,345 00000000000000000503aab470ed15810c788395cfec1946fc0151fc609df011 2,082 0.99/1.00 vMB 45
381,344 381,344 00000000000000000cc46eb7742076a14e9ecc0dabeabc37271b1b166ea6b6ea 589 0.37/1.00 vMB 21
381,343 381,343 0000000000000000005cb79c8045c583972ee0a6dfacdc03c9ca27ab8dd76e8e 1,903 0.66/1.00 vMB 51
381,342 381,342 000000000000000001898a3f35c5b16a8d7875008ff36b229c4e625617592d2f 2,073 0.76/1.00 vMB 49
381,341 381,341 0000000000000000031eee6c5fcaf25dacb9e9522334b18a7452e77a3e28f588 332 0.19/1.00 vMB 17
381,340 381,340 0000000000000000079ff673006df3336da6ff1d630e99082328932995aff611 2,055 0.75/1.00 vMB 53
381,339 381,339 00000000000000000e1063b9200be61e693b7eee3f66b552e6ffeda76eef76c2 662 0.30/1.00 vMB 36
381,338 381,338 0000000000000000019bfc49ad6b9c9c6a0175cb859c575ae4b8a1fe3f914fac 1,605 0.69/1.00 vMB 39
381,337 381,337 0000000000000000025e0ea6f04207b1ebb45e289db5f7a6fcb7a5b6558dcfb6 362 0.19/1.00 vMB 41
381,336 381,336 00000000000000000ee1648387e95063d8cccb0405e5cd44110c37f3f3e55aaf 53 0.10/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.25 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: 655.53 GB
    • Received: 14.32 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.