Loading Tool

Explorer IconExplorer

Memory Pool

88,766 transactions
33.17 vMB
0.19679176 BTC
Random Selection Loading Transactions
Max Size: 199.82/200 MB

Candidate Block

Mining Attempt 73a6f1998513002d58a429554fa36da086680b7c427ce06305aa87c6af2f1274
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root e8070789b8f3e7b74935804dd16eaeef7378f5a1b18546bde3b4e43b385d8038
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,891
Size: 1.00 vMB
Total Fees: 0.08654110 BTC
Feerates: 387.56 > 8.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (278,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,810 636,810 000000000000000000094bc643965ea91981eb83fe09cb64cf3db09f896cbc43 1,428 0.57/1.00 vMB 16
636,809 636,809 0000000000000000000ae58a67312e0c155167d895c81248a08ef8c0b40c3449 1,616 0.52/1.00 vMB 10
636,808 636,808 0000000000000000000c3da3500f838b46572e3a5db699613dc968755c3944b8 2,862 1.00/1.00 vMB 19
636,807 636,807 0000000000000000000d5aece51f7023a7fe0f473fb4178406188e9703484fd0 2,382 0.79/1.00 vMB 17
636,806 636,806 000000000000000000009af65834fe105809ff84a7fbfc5108576e3853d9eaef 992 0.41/1.00 vMB 13
636,805 636,805 00000000000000000001805d36ebf6aaf979b473aadb63fc28870e72ad541cf5 1,863 0.84/1.00 vMB 15
636,804 636,804 0000000000000000000f0f3bdbbe4c68ddc37222d0e4e7054d89eb0b481b58ad 286 0.10/1.00 vMB 16
636,803 636,803 000000000000000000062a6ba6918d022f8688177c8283d8d1e2e8f7df339187 1,174 0.37/1.00 vMB 14
636,802 636,802 00000000000000000008694cdff23d4ccc79daf2cb6afbdf33c3ba31239e5217 864 0.33/1.00 vMB 14
636,801 636,801 000000000000000000115ec3198dad4d33a2f2aaab901b1dfd085a07b24d2528 708 0.24/1.00 vMB 15
636,800 636,800 000000000000000000016e1290aff3013f3810675028eff77efdeeac9f4fac05 3,061 0.96/1.00 vMB 8
636,799 636,799 0000000000000000000ae3f8de6e7c72827748c55fbe4d1992aaf32b3ed9a77f 2,211 1.00/1.00 vMB 20
636,798 636,798 0000000000000000000666698b49fff299ceb3cde0cdd51d364aeff481026f7c 2,692 1.00/1.00 vMB 21
636,797 636,797 00000000000000000007132e004d5166478c8ec9987e74e207dd9a6e5a53ced9 692 0.21/1.00 vMB 3
636,796 636,796 00000000000000000009dc65852b6f029050c6f4841e887cb7e8ef7c3c5dc3da 2,790 1.00/1.00 vMB 17
636,795 636,795 0000000000000000000a11cc15cdb56b788c68138da6fbd84ead6015ebf929f3 1,076 0.37/1.00 vMB 15
636,794 636,794 0000000000000000000833956f1ca4b3c5403dc78dff8a8ef0c0920e8e88d81c 2,912 0.94/1.00 vMB 4
636,793 636,793 00000000000000000007232457a998d36bb15eb8e9329bf8183dccf3b5b4c3ed 3,112 1.00/1.00 vMB 29
636,792 636,792 0000000000000000000b6d98d4c9fd7f34921b1c8b1de10e557754b8362fc038 1,351 0.46/1.00 vMB 22
636,791 636,791 0000000000000000000f6577833972ca5420c4cc5349d9e89d2afd4717a77906 168 0.10/1.00 vMB 10
636,790 636,790 000000000000000000032f6813c54ef8fd0d4a4d5f900e858d2ddbc452457d61 1,808 0.54/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.31 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: 660.09 GB
    • Received: 14.62 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.