Loading Tool

Explorer IconExplorer

Memory Pool

83,670 transactions
31.84 vMB
0.13206311 BTC
Random Selection Loading Transactions
Max Size: 192.08/200 MB

Candidate Block

Mining Attempt c843e1bcc9faf7337b5c4b54fb32b76994686d9a3a415ae82f52be47eae1bd40
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 22d98dcbc0c32fe5b5c1e90f67a71c201cb8e6eaeaa3137b72e0699f3d9edfd0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.04446638 BTC
Feerates: 803.65 > 4.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (676,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
238,830 238,830 00000000000000fa958cc93e7b5b9d37ad44bbe07a9b9bc8e18fd3636d3f484e 1 0.00/1.00 vMB 0
238,829 238,829 00000000000000803a80a620bba3775a1f24eba4d4013b3348fbd8528a69f23d 689 0.25/1.00 vMB 255
238,828 238,828 000000000000003974eb7090a3031aa532c7ff1adc1c51f70c19a08c8f55f56e 564 0.24/1.00 vMB 193
238,827 238,827 000000000000000f437aba64e12a2231a1f8ee98603690b2558a45cb9bea0cd3 292 0.10/1.00 vMB 74
238,826 238,826 000000000000006dca084fecd3e5f1a0d0bba2146381f9bc11d9787f052f2dac 395 0.17/1.00 vMB 185
238,825 238,825 000000000000000cada530cf5ea9965b687da37030864029f87e926eea56ed94 359 0.17/1.00 vMB 193
238,824 238,824 000000000000001a3ae2d2691e1c801fd1d2538b87295e8ee25d064e214cdebd 138 0.07/1.00 vMB 160
238,823 238,823 0000000000000009122ba55dc36fa5a20596fabfee104828cbb5b1d18305af50 273 0.14/1.00 vMB 147
238,822 238,822 000000000000000208d4d4852388ccd8a03c05b112eb31ca8e8d3f0c00998fd0 1 0.00/1.00 vMB 0
238,821 238,821 000000000000013ef74c71c6edfc99e2a718ee402fa66c80c4fee1723376f6a9 177 0.10/1.00 vMB 141
238,820 238,820 0000000000000153622d7bc439beda80c7dac5e53ec25a76454471539cd5c476 282 0.23/1.00 vMB 68
238,819 238,819 00000000000000326485051e3cdb5fe31df1368fe2dd6aef9a18f7e2619a4a34 683 0.25/1.00 vMB 260
238,818 238,818 000000000000003a6af82db383990b0da76f78d3576e478ddbb5071e79842b6e 187 0.15/1.00 vMB 115
238,817 238,817 00000000000000b56f28a33c84c5a9a8a766465f426afb1b192e2ffb07749c67 479 0.25/1.00 vMB 158
238,816 238,816 00000000000000c9f747557f4367c1b6ab3cde166582704c6f0f37fcf57f6966 518 0.24/1.00 vMB 218
238,815 238,815 000000000000003579f460f80552e976679bb1854dd9c9c1311489a7cd99c658 62 0.02/1.00 vMB 41
238,814 238,814 000000000000014b1803b5f5ea2d72606784ab616ccd0e3e4e91507b2b39dac1 753 0.25/1.00 vMB 301
238,813 238,813 00000000000000b02e4d7088cb2477ac3bec9bbcd355de180ca4cb8b907b7100 127 0.06/1.00 vMB 86
238,812 238,812 00000000000001472a2a12e13d47750317f927ba6af28468c450cdcf273a77be 356 0.18/1.00 vMB 1,652
238,811 238,811 00000000000000354cd13d623571ca1db9e2cfe0050339288f5264183f0c7e62 26 0.02/1.00 vMB 87
238,810 238,810 00000000000000c3c221533a15b5f70a97389eb1d7148dd9ef6646aae94cbb27 542 0.23/1.00 vMB 214
Previous 10 blocks ↓
Total Size: 783.00 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: 718.70 GB
    • Received: 17.94 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.