Loading Tool

Explorer IconExplorer

Memory Pool

78,360 transactions
29.37 vMB
0.06593667 BTC
Random Selection Loading Transactions
Max Size: 176.56/200 MB

Candidate Block

Mining Attempt 5652449e8328fa1e89777eb6e019bd2f24105dd4c43734256a988c93f30f3b80
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 20d1c8bab00dcf0dd864ae63f0befdf543f764f0049a85bfa3d00b1471240364
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,296
Size: 1.00 vMB
Total Fees: 0.00636049 BTC
Feerates: 50.25 > 0.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (365,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,851 549,851 0000000000000000001f6d03a1a1d6e31d31993d9eb427659e9e932bc7c86ebf 3,035 1.00/1.00 vMB 10
549,850 549,850 0000000000000000002605ec7f105a2be63e6e9f4c7501231bc0ddc38d7650bd 3,003 1.00/1.00 vMB 20
549,849 549,849 0000000000000000000e3f01d48d6231dc8a252361094816fb483a7128c7940c 503 0.39/1.00 vMB 5
549,848 549,848 0000000000000000001320588eb1a386991f54ea45a1e81eea7838113b96b080 956 1.00/1.00 vMB 1
549,847 549,847 00000000000000000002fec7de863248efdae86166bb23231f70cdd7b4390e76 2,330 1.00/1.00 vMB 9
549,846 549,846 00000000000000000011361eb91c55586de6fd2967e442f7707645402acdb039 2,891 1.00/1.00 vMB 21
549,845 549,845 00000000000000000000e96c4d59c7556887c8537f9532b223fc8a26cccfa0c8 3,075 1.00/1.00 vMB 4
549,844 549,844 000000000000000000129d6fc33f459af8728b94145b46f879f7c7c83a15c2cb 3,024 1.00/1.00 vMB 10
549,843 549,843 000000000000000000235cb86c5a8eec92ace5833174a6926c1bcc5878737203 2,734 1.00/1.00 vMB 24
549,842 549,842 00000000000000000005e38f83e152fa10c473c926f50923f734e0b24b041837 2,998 1.00/1.00 vMB 24
549,841 549,841 000000000000000000088a7852c3397a7c909743beff7567bdaa8a0c41648435 3,029 1.00/1.00 vMB 4
549,840 549,840 0000000000000000000cffff86128ae424152f45731dcdb920a0c135f488b894 2,567 1.00/1.00 vMB 17
549,839 549,839 000000000000000000086b6ea3889abe61dcc7a9d216e30e4a2f09f0ea5870cf 1,548 1.00/1.00 vMB 12
549,838 549,838 0000000000000000000646c703a9b17c7bfedcf15511ad0871f0f85209aa04d4 2,520 1.00/1.00 vMB 26
549,837 549,837 00000000000000000007f05859c408d85754c1a259ad75f1e145e39fcb41e62b 2,279 1.00/1.00 vMB 11
549,836 549,836 000000000000000000110545f3ded235b20fcf622860c774fd4465ea9c9d9a8d 2,782 1.00/1.00 vMB 17
549,835 549,835 000000000000000000080959148598c53cac039acac35eb9a98084d5ea54d79f 3,035 1.00/1.00 vMB 14
549,834 549,834 0000000000000000001e16cce475f1a0e85ffb4c94c7d85f623548eca5babe94 3,061 1.00/1.00 vMB 20
549,833 549,833 0000000000000000001caabc9b13eb3e9ecc6512e8bc3def7b4883bf83d36a88 3,055 1.00/1.00 vMB 14
549,832 549,832 0000000000000000000d746c3145a4e262f69eb2e2a66502d4f85b73a7b142ac 1,504 1.00/1.00 vMB 8
549,831 549,831 0000000000000000001741e77a744299865c712726cc0b259a8c4d1bce18f42d 2,202 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.