Loading Tool

Explorer IconExplorer

Memory Pool

41,742 transactions
26.72 vMB
0.06019973 BTC
Random Selection Loading Transactions
Max Size: 139.81/200 MB

Candidate Block

Mining Attempt 095e76dc58b32c4e98e17254ae4e19fb6062326a85cdc6378af3dd62d37c97e5
Version 20000000
Previous Block 0000000000000000000092043cf5b8a15d441bfd9e63e061a7f0760325792149
Merkle Root 2029625dbec0884220cf3ad91ba52230c5d516e0cd6f347d272e8022d2449b9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,649
Size: 1.00 vMB
Total Fees: 0.01060891 BTC
Feerates: 73.20 > 1.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,926 (342,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,181 572,181 0000000000000000001e5f9395431fc37313b4fae42ab08f6f2f0b34df049ca7 3,046 1.00/1.00 vMB 87
572,180 572,180 000000000000000000184f4136e6beb8e204505c4ba74ebfe78329af3ea86d97 2,623 1.00/1.00 vMB 40
572,179 572,179 00000000000000000020c359cb5769247d7dd5cdc53752aeb21785297338cada 2,855 1.00/1.00 vMB 53
572,178 572,178 00000000000000000022d54816249d110e6fb8523226ceac2a7e4d96f64fff0b 2,852 1.00/1.00 vMB 65
572,177 572,177 000000000000000000296df0130a4c06b1b24a046277e29b097c23d52eac7dff 2,917 1.00/1.00 vMB 98
572,176 572,176 00000000000000000008ae12eff2444d0ece36f25d5e9022bf8d8b3e68e0dcd9 2,589 1.00/1.00 vMB 56
572,175 572,175 0000000000000000000c1166fcea9f54afbd8e7451f5598584e2dde9e782ade1 1,830 1.00/1.00 vMB 47
572,174 572,174 000000000000000000077603296119968a7f7b6fe63db493b849aa42909f8a96 1,791 1.00/1.00 vMB 53
572,173 572,173 00000000000000000026c26a396507848055ebe0b45d197765cbc9faa3f64f74 1,959 1.00/1.00 vMB 57
572,172 572,172 0000000000000000002b35345d9a61947ca739c26cfcdd240a188b35a58666df 1,730 1.00/1.00 vMB 62
572,171 572,171 0000000000000000002939816fb23b6980847ee769f7e11b106b84956877e3d2 2,171 1.00/1.00 vMB 59
572,170 572,170 0000000000000000000f776fb645edce4cb0929c405cc84c6f5794fc7c75a994 2,114 1.00/1.00 vMB 69
572,169 572,169 000000000000000000158ac707a5839d6fd1b776eb834aee380daca626b1cdbf 2,767 1.00/1.00 vMB 52
572,168 572,168 0000000000000000000431dd20abad17ef8178ee35c52ef4e864d4a94f92ad4a 2,288 1.00/1.00 vMB 68
572,167 572,167 000000000000000000158060e2d3e5a4868d7e4ac048f91de5077d317dcd9ee3 3,160 1.00/1.00 vMB 89
572,166 572,166 0000000000000000001b44a0bb3f78f644c06d833a3b8d1fe1cb20dfe9e19181 3,240 1.00/1.00 vMB 82
572,165 572,165 0000000000000000002b6c9a648c143d6667ca5b28b9422b26ddd23101b91438 3,478 1.00/1.00 vMB 64
572,164 572,164 0000000000000000000503c3348783d6f2b11ea0f905e7a8dc4e735bddf6edfa 2,407 1.00/1.00 vMB 83
572,163 572,163 000000000000000000074183c8e23e10085e697a3f3ca46d85101627243cf9fb 2,280 1.00/1.00 vMB 89
572,162 572,162 0000000000000000001c6686edf0282ff656c631f33997d33bd7be24258d05fd 2,694 1.00/1.00 vMB 41
572,161 572,161 0000000000000000001b873fb52a9ae32e5d774bdd18534a20a11d94a817fe2a 3,019 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.26 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.67 GB
    • Received: 14.34 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.