Loading Tool

Explorer IconExplorer

Memory Pool

55,577 transactions
32.52 vMB
0.16711382 BTC
Random Selection Loading Transactions
Max Size: 173.97/200 MB

Candidate Block

Mining Attempt 1839dd47ee69b8ee767b0bbbced481320c6bd8c6f96b72aba93dededefc5fc00
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root bc61a7a5c664e4dd03784f4d5440fe91b1c17f164a0d75de3a25b9d80a48dee3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,527
Size: 1.00 vMB
Total Fees: 0.05729121 BTC
Feerates: 301.66 > 5.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (79,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,017 835,017 000000000000000000031618546dcf4c0dc994dfdd23ebc0d0987d456f3d1288 2,481 1.00/1.00 vMB 13
835,016 835,016 00000000000000000002b17b8fa45293e01d7b397347d19636f39c9b5703cf13 2,050 1.00/1.00 vMB 16
835,015 835,015 0000000000000000000063587299c736ded067a9a1fb51b7a2953587da01cc46 2,860 1.00/1.00 vMB 24
835,014 835,014 00000000000000000001d5882f93275cec110c8cd0b85c96fd51716b5cc6c43d 2,659 1.00/1.00 vMB 18
835,013 835,013 0000000000000000000353d7d110f38c4810a51979f8fdcc742eedd813fdf7cc 1,200 1.00/1.00 vMB 8
835,012 835,012 0000000000000000000050a2e344bdf7193a9f9b3d9dda465e3140cd0e7997ff 2,820 1.00/1.00 vMB 16
835,011 835,011 000000000000000000022b7d63d7e333a0e3d78cd6ef98b563e7ff7dbbb6b938 3,228 1.00/1.00 vMB 16
835,010 835,010 000000000000000000003990b9652d169d3bae438beed592291351c97d277396 2,017 1.00/1.00 vMB 13
835,009 835,009 00000000000000000001bf73f85ddefaf002dfbf18d5c84967a732c842320700 1,297 1.00/1.00 vMB 10
835,008 835,008 00000000000000000001a790adbb5d014d76d75cdfe491103b5fec417dd151d3 2,162 1.00/1.00 vMB 13
835,007 835,007 0000000000000000000238744d38a751517062b38a17c5ea41b6a688a9cbe946 2,639 1.00/1.00 vMB 17
835,006 835,006 0000000000000000000092c349c2f41575d9e3533223ef9ead197b74904fd9a9 1,115 1.00/1.00 vMB 12
835,005 835,005 000000000000000000025490040e702433771f8372750f0281bfc725ff08e841 243 1.00/1.00 vMB 9
835,004 835,004 00000000000000000000ba23bba4a2d5d303fa6ceef95f3e0666602179fccb01 1,836 1.00/1.00 vMB 9
835,003 835,003 00000000000000000002858b51522020ff22ae51a4f8f57f586b1a4f7234ce2c 2,149 1.00/1.00 vMB 10
835,002 835,002 00000000000000000001eedb12bd54bae87880b60b5e737afa26481ee94c4d63 2,901 1.00/1.00 vMB 18
835,001 835,001 000000000000000000022f21b402689f5ddfc1fad084ad5a0a2a4f6db5a39dab 3,108 1.00/1.00 vMB 10
835,000 835,000 000000000000000000021c2f8d6fe88aa56e84c5a84907f46e0fc486f69a2ad1 2,238 1.00/1.00 vMB 19
834,999 834,999 00000000000000000000877f6bd6a5ef4d7d2af6f049a1f593b34dd9cbe4a364 2,327 1.00/1.00 vMB 15
834,998 834,998 000000000000000000026480a3a42befef76245e4642373a75e2684fb0effc43 3,150 1.00/1.00 vMB 27
834,997 834,997 00000000000000000002a27ff073dee7143a73f70142b9542a3b3a6cdb72feda 3,390 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.07 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.27 GB
    • Received: 13.52 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.