Loading Tool

Explorer IconExplorer

Memory Pool

74,434 transactions
27.45 vMB
0.06938857 BTC
Random Selection Loading Transactions
Max Size: 167.64/200 MB

Candidate Block

Mining Attempt 1ddf6750d6341168cd2aee8bec203ddc7afeec4c1db3aea4657c11f53fff7e2a
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 13a25ad2c4bde84a7b2c4e4cd3a692071e2a95022f46fcba89374ed2310192cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,148
Size: 1.00 vMB
Total Fees: 0.01038555 BTC
Feerates: 80.55 > 1.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (338,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,667 576,667 0000000000000000000a1ab7382060fb95bd76547459b0e54190487109f0a7f6 857 1.00/1.00 vMB 4
576,666 576,666 000000000000000000270485156b4e0d5e5f2d0f1fdd130620a0babc703169c3 1,304 1.00/1.00 vMB 15
576,665 576,665 00000000000000000000412eabde413739528d4fdd504da14898969c06a73ecf 1,670 1.00/1.00 vMB 33
576,664 576,664 0000000000000000000ce0823107e5083065c60522451d60a977d2e7b4abc607 1,718 1.00/1.00 vMB 39
576,663 576,663 0000000000000000002002ec72a7b04e406c27e5bec144293f56330ccca7116c 1,160 1.00/1.00 vMB 16
576,662 576,662 000000000000000000197b551b957698495c060aa9dd07fd1ef1017734888a57 3,324 1.00/1.00 vMB 101
576,661 576,661 00000000000000000014427d33243fdbfe1efdab91c24c36c5c8c4d718017a1a 1,675 1.00/1.00 vMB 7
576,660 576,660 0000000000000000001745aec8d0d4fbbe703b4d7ce4add330b003382700d38e 2,872 1.00/1.00 vMB 110
576,659 576,659 00000000000000000002ba30830ba3dd899106bcb1d7266d22e0cfa301ae6b39 2,094 1.00/1.00 vMB 60
576,658 576,658 00000000000000000008bbd3f45e02ec345c76e9d6184d2d21cf86d18dd4b741 2,183 1.00/1.00 vMB 56
576,657 576,657 0000000000000000000c642147948a4b2ecc122ce6272977d86ac94982561d8b 2,005 1.00/1.00 vMB 52
576,656 576,656 00000000000000000029008ba34d0d5a9354aeecefae95a12403a64fdfa7d4ea 388 1.00/1.00 vMB 9
576,655 576,655 000000000000000000106e665edc213f5f3e7c429b5e2b94cbfe4ed4621dadd2 2,880 1.00/1.00 vMB 71
576,654 576,654 00000000000000000020429ba68096a3b501febc000922354b94c85ced4099d3 2,926 1.00/1.00 vMB 98
576,653 576,653 00000000000000000021f3e3ed19dcd1500a786fb4d6f4b2fbc4d632dbed340b 2,604 1.00/1.00 vMB 141
576,652 576,652 0000000000000000001283017b68dc2e8bf7e58c86ac0edf716cf9374d0d1427 918 1.00/1.00 vMB 27
576,651 576,651 0000000000000000000e06bc1a32db5b52df67914a6935ee666b1d27c5011e13 2,089 1.00/1.00 vMB 13
576,650 576,650 00000000000000000010cdab1e5a584f61368cf61fb91c10eb97cdc6fe5f9381 1,295 1.00/1.00 vMB 33
576,649 576,649 00000000000000000027d15e720529aa79421d8c4f034a4c4d43e156c1a0a137 1,847 1.00/1.00 vMB 114
576,648 576,648 0000000000000000000532b2001f5839dd7cdd92ee8516b1b8d64e89d3757e92 1,495 1.00/1.00 vMB 74
576,647 576,647 000000000000000000066d7d63cfb331a529887a6a23fd5a873ebdafde92820b 1,022 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.84 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.00 GB
    • Received: 17.15 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.