Loading Tool

Explorer IconExplorer

Memory Pool

78,072 transactions
29.73 vMB
0.07874241 BTC
Random Selection Loading Transactions
Max Size: 178.02/200 MB

Candidate Block

Mining Attempt 7bce2db88be8e061ba53389da80917dae7c8dd1061dfea34a1f499c8c1d958ee
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root d896876c10087a3e28a2f414d6481382e4e1dfcba8f9b79a8b4bff1e8e9b2e5e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,450
Size: 1.00 vMB
Total Fees: 0.01243056 BTC
Feerates: 40.21 > 1.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (418,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,827 496,827 000000000000000000af342162f1c543d2a3efb8a2b70574f6d1ee1e16ef7beb 2,487 1.00/1.00 vMB 150
496,826 496,826 0000000000000000001539c1b0dac858caaa66cbe57841db4f63cb5e9691d6bb 2,303 1.00/1.00 vMB 192
496,825 496,825 000000000000000000c41ea80485447b68ecee85329dfb78a55e38729dbad629 2,700 1.00/1.00 vMB 89
496,824 496,824 000000000000000000246bc7a4167dc53fe954a65ad4b72cea174b093cc77f6c 2,660 1.00/1.00 vMB 118
496,823 496,823 00000000000000000061ef202a28c2726bedd0d8c6fa188bf3c646fee7e5f1c4 2,551 1.00/1.00 vMB 162
496,822 496,822 0000000000000000008c9c76d2a5c3980cb2b06c161e7fdd8883664f19a4d693 2,221 1.00/1.00 vMB 168
496,821 496,821 000000000000000000cb8b813ace304bd2d8f3339ebb8d095fb31f438a530d10 2,236 1.00/1.00 vMB 165
496,820 496,820 0000000000000000007c067b68298c81def419f026ba00535d3133e3e257a1fb 1,767 1.00/1.00 vMB 164
496,819 496,819 0000000000000000003378077d356027b50098b7a314337250596661f099fcbf 2,078 1.00/1.00 vMB 162
496,818 496,818 0000000000000000001dae11b6861478872366e23a248300a0d6c03651067616 2,682 1.00/1.00 vMB 226
496,817 496,817 000000000000000000a0b8b90d1692c92598a361ebfecbda410ac94f801e5c6b 2,457 1.00/1.00 vMB 191
496,816 496,816 000000000000000000c76e31baa382c431b97030d003de9e7f235f07abbf3f42 2,652 1.00/1.00 vMB 168
496,815 496,815 0000000000000000007dd568d2a3f7424c69155464cfb1cc99c8f4c2d17469c8 2,703 1.00/1.00 vMB 97
496,814 496,814 000000000000000000b24e6301b78cd7c19473ef7aa0a80097978440e9918ac7 2,204 1.00/1.00 vMB 153
496,813 496,813 0000000000000000004610810b608a2b62ee58e2f3c330a337c5f530b6a23abd 2,355 1.00/1.00 vMB 199
496,812 496,812 000000000000000000058501e776d06bbc7c5996b78a529021314e9f268f856a 2,305 1.00/1.00 vMB 141
496,811 496,811 0000000000000000004dea95f8da793f812684967255aa27d3a75e6a44fb283e 2,224 1.00/1.00 vMB 145
496,810 496,810 000000000000000000b9bdf239b06bf51bad922c73ea005e0303cf58644e2069 2,078 1.00/1.00 vMB 204
496,809 496,809 000000000000000000729c3f0d310ed246370b0ab829f9d79251240da8764b86 2,465 1.00/1.00 vMB 189
496,808 496,808 000000000000000000a3a476360dee98c7e48fa4d2b5efbbe5ccf33522cc8130 2,674 1.00/1.00 vMB 109
496,807 496,807 000000000000000000ae87d6d3ee8ef861ae92a35bd154ecbe9aed7dd2db1f9a 2,362 1.00/1.00 vMB 182
Previous 10 blocks ↓
Total Size: 782.66 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: 672.96 GB
    • Received: 16.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.