Loading Tool

Explorer IconExplorer

Memory Pool

38,968 transactions
28.50 vMB
0.06131303 BTC
Random Selection Loading Transactions
Max Size: 144.62/200 MB

Candidate Block

Mining Attempt 5c2a1ba8c5f533759366a2e1d2c50a83e072daa189771b14e07c0825878f252e
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 77bd78d476b9a01ddd75df517eadb56482a390cf84c534e27a7a8f6d9ec2b0ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,895
Size: 1.00 vMB
Total Fees: 0.00639239 BTC
Feerates: 50.27 > 0.64 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (439,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,905 474,905 000000000000000000efcb76286322acbc1c39ad37a0cd5d6f4489f18f5d91a9 425 0.25/1.00 vMB 152
474,904 474,904 0000000000000000001cc52ae1b3d09cdb6bb6bf6dceca9a0ae0b1b3bd349062 1,909 1.00/1.00 vMB 131
474,903 474,903 0000000000000000001759a02c405eb49a8c473da2210b510055f60523873a6c 910 0.51/1.00 vMB 128
474,902 474,902 000000000000000000955d8873e572674ea9b21845080d00773f80054b1b6792 2,169 0.97/1.00 vMB 161
474,901 474,901 000000000000000000060ceb5d68e045283758b69268fdfc95c41ecba1df4f44 1,846 1.00/1.00 vMB 157
474,900 474,900 000000000000000000d8acc6fd9e870bc5cf94a49d61ad901efb5b543d5739bb 289 1.00/1.00 vMB 18
474,899 474,899 000000000000000000cc413b8c43ea1cf2b1081b8c126967b9b4576c214d1797 490 0.64/1.00 vMB 52
474,898 474,898 0000000000000000011fe26b15a07fc8bead6a80a051ef32f08d9f8cb8fbc055 1,954 1.00/1.00 vMB 178
474,897 474,897 00000000000000000023c4ab49f68362542ed3a88e7daa14199f0f30b38e096a 175 0.08/1.00 vMB 226
474,896 474,896 0000000000000000014cb62535fa43a8a83f31f79029fad06fe4609b4d3fa731 270 0.16/1.00 vMB 156
474,895 474,895 000000000000000000b0d682ea197e73680a540ebb61af2df1c9e84d01d63c11 1,335 0.79/1.00 vMB 108
474,894 474,894 000000000000000000407f0a9808e505c8fb7c4d59f2104ae1610e14d8b4a280 1,550 1.00/1.00 vMB 154
474,893 474,893 0000000000000000005c5d6e5cb53201b116677f7b01e20db8bfaa96b5e9a529 1,195 0.67/1.00 vMB 94
474,892 474,892 00000000000000000131f91fe86323c008fb94c5d34532431acadef81a552c41 1,680 1.00/1.00 vMB 156
474,891 474,891 00000000000000000028277ecce4f009f0db4cd157c549b436cdac6f9c627571 918 0.63/1.00 vMB 196
474,890 474,890 000000000000000000f1978c8e8f97ad2bdb3dc8cc5fe87b7271a5f8532e75ce 704 0.42/1.00 vMB 152
474,889 474,889 0000000000000000004d323f9e642a1fdde036d871ae98b654172ab6edf31198 1,680 1.00/1.00 vMB 38
474,888 474,888 000000000000000000d85b95d1e2197a4f4d9fa4e33b00f3dce9bea8fa12cfbe 1,037 0.76/1.00 vMB 122
474,887 474,887 000000000000000000e94a1a6bbce540b1fc3f0254df7472232714038851da47 1,190 0.49/1.00 vMB 223
474,886 474,886 00000000000000000174959b6346ca08b96a59997a14a53b28899cd11de7e4f2 1,983 1.00/1.00 vMB 238
474,885 474,885 000000000000000000594c6bbdd4ae201644586e808959a87457a1b53ca048cd 607 0.27/1.00 vMB 174
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.29 GB
    • Received: 11.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.