Loading Tool

Explorer IconExplorer

Memory Pool

78,971 transactions
29.24 vMB
0.12128688 BTC
Random Selection Loading Transactions
Max Size: 176.36/200 MB

Candidate Block

Mining Attempt 9e4889dc1c62e74b9a73a076d2d2bc2ff67bcce04f9a31a5e33ecf50d823d2c8
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 38a1b93fd7cad99efaf4a4dfac3e5f786688910c013a0620d63ad07a868c2bed
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,196
Size: 1.00 vMB
Total Fees: 0.04400603 BTC
Feerates: 150.80 > 4.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (430,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,852 484,852 000000000000000000ff10807faff9fd6de55f79c73177ddc127527051401185 2,282 0.98/1.00 vMB 133
484,851 484,851 000000000000000000769c05b268b0b12b9fa32f115bfed88a607dd0c849a1b1 2,092 0.98/1.00 vMB 119
484,850 484,850 000000000000000000a22a03d61d7b76804d3ed375560663e34c0cbdb3bfc0c8 2,231 1.00/1.00 vMB 22
484,849 484,849 0000000000000000011147f56063c4e4d92a3b4560eaa795cf1bc71e305342d0 2,255 0.99/1.00 vMB 194
484,848 484,848 00000000000000000071c81c5d4c01754bf0b601b7e82f51f889428403012f13 1,844 0.97/1.00 vMB 67
484,847 484,847 000000000000000000e186a7ff7422b59c7593d9e689ef3d6ec67671375dde22 2,368 1.00/1.00 vMB 191
484,846 484,846 00000000000000000038ba255e0c3f095d1c5a14e159feed7d6c2ac53579653a 941 0.45/1.00 vMB 111
484,845 484,845 000000000000000000ac86c5c85b8f9a08b85662a69b52ced2bddd4b848d767f 47 0.05/1.00 vMB 22
484,844 484,844 0000000000000000000a5fddeb01121873ef12542325d87bf92e97cb9c76e0cb 192 0.07/1.00 vMB 146
484,843 484,843 0000000000000000010e88987a3e1249ea5bddeceff417e207e755fa7e40077b 1 0.00/1.00 vMB 0
484,842 484,842 000000000000000000f108502bd7b3770793ab85f098bd7452b7a3b6ef9e4b2c 1,613 0.99/1.00 vMB 38
484,841 484,841 0000000000000000008b143711ed7013be73895781b99d835a863e6deef8861e 2,451 1.00/1.00 vMB 170
484,840 484,840 0000000000000000001de9e0617ea933ec31044a3149b0772f389aec222157dd 654 0.46/1.00 vMB 48
484,839 484,839 00000000000000000005fb76407d22caf3a04777847b54b0de573832a296e0fc 1,682 1.00/1.00 vMB 121
484,838 484,838 000000000000000000d7d87f3080f83ac770509bd4041968160f629e8a692b1a 450 0.25/1.00 vMB 86
484,837 484,837 000000000000000000d1ae8490b64de57fcd83e5a2aa9aa518a13a6ad2c730aa 1,249 0.78/1.00 vMB 131
484,836 484,836 0000000000000000005c4a19fdcb25dd6ef801892cd73f9659982a71a81b303b 1,039 0.54/1.00 vMB 36
484,835 484,835 00000000000000000001b1725820b2b00ba1b17bb49cbb7198e870391e63894e 2,260 1.00/1.00 vMB 16
484,834 484,834 00000000000000000053ae42cab95136511577478d92fab995fdafb0d198b8f9 1,826 0.98/1.00 vMB 109
484,833 484,833 000000000000000000115d8d420a2672865e8c35c2fd45b7dcd0b2571385cb9a 1,728 0.99/1.00 vMB 182
484,832 484,832 00000000000000000117e486517b6c520a21e4ca8ec3487f7ff434160a19556e 2,077 1.00/1.00 vMB 244
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.