Loading Tool

Explorer IconExplorer

Memory Pool

20,166 transactions
4.92 vMB
0.01059679 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.21/200 MB

Candidate Block

Mining Attempt 8fd299415be813ed654a77e5655041602f8279b741d4ac0853fa19532d690c93
Version 20000000
Previous Block 000000000000000000004f4a31c86ff2b110eb09516753e59b0af3c3c6772a4e
Merkle Root d5ae31af38f3210086f5120c1849433ba5f7329499cc30ff02b9e8d409763d6b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,480
Size: 1.00 vMB
Total Fees: 0.00388445 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,501 (742,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,568 170,568 0000000000000a3830a92c9954d44fb26bc954b2b2ccc075afd228407536e7fb 13 0.01 vMB 29
170,567 170,567 0000000000000045bf1fee15deb131b8657e19a1e1cd5b72f6c53050731faeaa 101 0.03 vMB 221
170,566 170,566 000000000000012da7e49fe29d38a0cf1f981a803eb181d3c825b34e032dc1b5 59 0.04 vMB 52
170,565 170,565 00000000000009acab3cdd42c2fca2a86baf6d6eab2835f6eb323cd4f6378b62 1 0.00 vMB 0
170,564 170,564 000000000000074ce19063aea1b5b527ff32087c2814ea7ebd7116c8bc32ec97 46 0.03 vMB 617
170,563 170,563 00000000000001f91470c68505fada150165b5a52741a73c0a873f1368e65607 101 0.05 vMB 241
170,562 170,562 0000000000000ad2d656de37ae7823d956ceb638e98a42e4215d054e18007df8 67 0.07 vMB 264
170,561 170,561 000000000000050892eb5532f8476944669f33604f4ee6d881b388a3c35d0e95 9 0.00 vMB 17
170,560 170,560 00000000000000747594a00c0f370af2c388dd7f3d67ea58fd216c857a8318f8 15 0.01 vMB 32
170,559 170,559 00000000000000f743d0fc251a6bed4501a79b89c1422aff77e91639f28df90e 13 0.01 vMB 401
170,558 170,558 0000000000000a3db5206b0e9548c2f09f26f71812be3e880088b3794ab49543 1 0.00 vMB 0
170,557 170,557 00000000000003732e00a9951737d8698571f03f4323f2f072c6525770d1c5ef 15 0.00 vMB 81
170,556 170,556 0000000000000836434c4eec8ef3da97e198c0ed80b0fe2e28ff61973b7f3808 10 0.00 vMB 0
170,555 170,555 000000000000091c24a75cfa50dbdeef478abf709cd3578242beee5a68a3b551 20 0.01 vMB 48
170,554 170,554 0000000000000915c52ed60f7de30ec1f3f261be4d7eb2ea78462dfe2384aca2 58 0.02 vMB 140
170,553 170,553 000000000000069dd27453b57e354b79fc3def77dc82319debc1bab9d30cdcf3 103 0.03 vMB 43
170,552 170,552 000000000000079a3086ada35d0b8ff7853e6fbe60ada6f20c5ee5cc650275d8 29 0.02 vMB 151
170,551 170,551 0000000000000418246bdc0b7f4f007bdcd15d4127b31619c123f2bdf9e80fb7 47 0.02 vMB 38
170,550 170,550 00000000000005f637018e254eb35778bea0c92fd2dc40cb0e210ecc704926b3 1 0.00 vMB 0
170,549 170,549 000000000000099b01a5fc03935303229e1d402c6a591980ecb6d249ea87c193 1 0.00 vMB 0
170,548 170,548 0000000000000a6b74b8ab6a778e4ea17dab421df9a516c549bc11051329cdde 54 0.04 vMB 84
Previous 10 blocks ↓
Total Size: 779.73 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: 370.83 GB
    • Received: 1.80 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.