Loading Tool

Explorer IconExplorer

Memory Pool

55,324 transactions
31.82 vMB
0.12308776 BTC
Random Selection Loading Transactions
Max Size: 172.01/200 MB

Candidate Block

Mining Attempt af4fad4fdcf1d0bdc1f872e2d39e8901721d96dba737466d7b938f267b1379f9
Version 20000000
Previous Block 000000000000000000009ae72742d77d55e96bac00494a031373ad4b53b85617
Merkle Root 157e79ce6f502714e4cd8c4e8da7aa7c3e0cbbd4759303a21816c53c289bc1c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,766
Size: 1.00 vMB
Total Fees: 0.03412754 BTC
Feerates: 33.12 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,825 (481,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,901 432,901 000000000000000001e3bdbd62e68d0112e4be3099b6f917d315fdd763e88f1e 241 0.12/1.00 vMB 34
432,900 432,900 00000000000000000382043fea2855031a140865dd7b68624494a04243c07131 2,525 1.00/1.00 vMB 66
432,899 432,899 000000000000000000b134cb26e49063c2df3b214393da82f496b3d36e1a1aa2 1,598 0.99/1.00 vMB 39
432,898 432,898 000000000000000001441a3bf2997839582931d88a538f4716f093d2b0c0f6dd 1,750 0.71/1.00 vMB 59
432,897 432,897 0000000000000000023119c269c84083035a30408cd2f9a7b9b4614a74328de0 449 0.21/1.00 vMB 56
432,896 432,896 000000000000000001a1539be61d0531a22a0163f2cff814b25a28f66be93845 917 0.40/1.00 vMB 72
432,895 432,895 000000000000000001783c03adcbc0e4fc3d01cecde35555dffd49638d7e4741 761 0.34/1.00 vMB 63
432,894 432,894 0000000000000000019539559fedf4b35a7f5a38a7be0231ec8aa8fcf509edf3 633 0.23/1.00 vMB 67
432,893 432,893 000000000000000000fe38b39a8b5c60b5ef30f30ec80b76655b5f0239cef3cf 1,304 1.00/1.00 vMB 52
432,892 432,892 00000000000000000390a3b38f4bfdf15cb3528c6050c4c6cd68052f38fe25be 1,216 1.00/1.00 vMB 44
432,891 432,891 0000000000000000043df1cfa8167937117f32b54582ca5644a2b08cbf77c2b8 2,628 1.00/1.00 vMB 70
432,890 432,890 000000000000000001b4e19a9dc637567bcd4aa8b565e4f1b59567aaf0039775 1,864 0.97/1.00 vMB 61
432,889 432,889 0000000000000000046e5681c834b21b9994636ac904c9408afa4891209ea695 939 0.53/1.00 vMB 39
432,888 432,888 0000000000000000029e7fab3a30a667bcde41dd4815a30aff85a6c74427f5d7 2,851 1.00/1.00 vMB 71
432,887 432,887 0000000000000000028f77654acc17cd4ed522ff90d3371fb1332dc951ae7836 1,083 0.75/1.00 vMB 37
432,886 432,886 0000000000000000042704e992de1f01e4f57e3c6ac38b3a5533fad8ab95a7a2 2,058 0.97/1.00 vMB 50
432,885 432,885 000000000000000000a090c253993270fe976bc6342cbccddfafad53f35ed8b2 2,341 1.00/1.00 vMB 58
432,884 432,884 0000000000000000004f2541c6c4814190bbdf137115a1a5ff2d9d59fce490a4 2,899 1.00/1.00 vMB 73
432,883 432,883 000000000000000002efdbec5eff8b787aa44f9ed0592a61a90cab140f21167d 1,868 0.76/1.00 vMB 55
432,882 432,882 00000000000000000201eff0480024dadd2dd8d459a09d7ed8c856a65c46613e 564 0.99/1.00 vMB 19
432,881 432,881 0000000000000000042c68cfb3a48be38f9ea4273f0da692243e0839a5d93cf6 2,191 0.99/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.08 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: 651.42 GB
    • Received: 13.56 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.