Loading Tool

Explorer IconExplorer

Memory Pool

44,103 transactions
26.81 vMB
0.05971513 BTC
Random Selection Loading Transactions
Max Size: 141.28/200 MB

Candidate Block

Mining Attempt dff0e43bbc159a7dd7af7fcf8c4ded5a96c7bde204b006106bf7369254c32c72
Version 20000000
Previous Block 0000000000000000000143d8e69d37aea3d626276d77977f2e77ed2280542191
Merkle Root 4b637930dd486a930f94f6dc3e90f33a136b2f7bbb05d7a886520b5ad9994142
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,064
Size: 1.00 vMB
Total Fees: 0.01011790 BTC
Feerates: 100.17 > 1.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,788 (705,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,743 209,743 00000000000002059a96de2692f69dcbee5356ae042f235f975a7622b7bc23bc 507 0.17/1.00 vMB 208
209,742 209,742 000000000000010d8ea0267c9fc796c1ac315c4cdd2192d2eeab3b8200ed8ab6 478 0.19/1.00 vMB 160
209,741 209,741 00000000000000b05c42e01e572d49130537b1e77759a13978aa7137c3ffbdf4 560 0.24/1.00 vMB 168
209,740 209,740 00000000000003ac5d2d816bebaced945204f8a3ad5dad21ac3e029f0dd9c28d 671 0.25/1.00 vMB 222
209,739 209,739 0000000000000254da60e62ba2563c8a2e01f6153dc7384eac2847833b6db8ec 146 0.05/1.00 vMB 203
209,738 209,738 000000000000032aebf1c386dc1757db6c07eab2a33e4d6829aba0ce71e2de52 195 0.12/1.00 vMB 121
209,737 209,737 00000000000003c430d6b676de03e06726983204e87bf64359b3fcf93972ed4c 11 0.00/1.00 vMB 507
209,736 209,736 00000000000002411906c6d34af0c9bc8137e54899d8d3faab808a9296a29678 147 0.06/1.00 vMB 91
209,735 209,735 0000000000000289ef01a66256c53c0160746c2fcb8987f288f4b1f802ba8dcd 54 0.02/1.00 vMB 205
209,734 209,734 00000000000002b634dd6f27a00a29fdf80d7accb2c99633b888754fb68dbfe2 146 0.07/1.00 vMB 97
209,733 209,733 0000000000000367c7916cd4c89dd98bf69052aa3fb25722ae4498428e710b45 35 0.02/1.00 vMB 101
209,732 209,732 000000000000047bd7829bc8752f91a02fa95d2d9d124e2eebc08b2f4a4f91f6 498 0.23/1.00 vMB 188
209,731 209,731 0000000000000307555d7c314894e12800002139abbb5f07322c8803c9b1adc2 80 0.04/1.00 vMB 156
209,730 209,730 00000000000002505583285d1c5b809ac1897082a6338d82a3edb8819908b9e6 134 0.07/1.00 vMB 149
209,729 209,729 00000000000002f3c527821643f3a2008024a950b17c60c6362e4aaa4d43daec 162 0.08/1.00 vMB 121
209,728 209,728 00000000000003eb94899dce0b21f1133fffb2aebf4e6ab04380a3b492ac8dd5 170 0.11/1.00 vMB 114
209,727 209,727 00000000000003a71a652a21b12b1f3aa512955e2863d63a645236d0219a399e 365 0.13/1.00 vMB 204
209,726 209,726 00000000000000f651c4aa52e1c27c0b9d9788089a0582d103ebf431366e50bd 649 0.26/1.00 vMB 200
209,725 209,725 0000000000000338d8a52ee3157665fcc4e6181a36e00d2bd92e5fec88e86268 11 0.00/1.00 vMB 170
209,724 209,724 000000000000044306b0bed227125dc86d1ad96565cb1ae3affd713f7ec41392 43 0.03/1.00 vMB 308
209,723 209,723 0000000000000057aec8c9f1c9edf3132ec9435c45a6e0a6df0261bd6b9b0d94 409 0.17/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.01 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: 649.27 GB
    • Received: 13.15 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.