Loading Tool

Explorer IconExplorer

Memory Pool

15,450 transactions
8.89 vMB
0.02223603 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.71/200 MB

Candidate Block

Mining Attempt 6d03c8720d6ca41e4baad0fd1db06ed8f5b726db0ba9053b887f74afa22fff33
Version 20000000
Previous Block 000000000000000000000f90947a27ce4f53637046d919c82bc1a74ce491070e
Merkle Root 0f6be732f14766aa005e778d1fba3fd6c7c447047cff5168db14b128b33c5203
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,012
Size: 1.00 vMB
Total Fees: 0.00888645 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,568 (738,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,709 174,709 00000000000002910453199e95b288c96c64c1da0362b040dd69b768942050a2 27 0.01/1.00 vMB 180
174,708 174,708 000000000000081c548ac1ecfc2158fb3d9295c355ad0e1d5cb500a20f43aedc 4 0.00/1.00 vMB 22
174,707 174,707 000000000000084d65e1c9d5945d763e1d4f6d552890ea4d5e171b760df2bc29 37 0.01/1.00 vMB 19
174,706 174,706 000000000000015cd36ea227dc6be484f5521c2a6950ba8189c050dbe4acd2de 36 0.04/1.00 vMB 191
174,705 174,705 00000000000002ab4ae8f0cd8553e89da27150511204323e19473ece572acd5a 19 0.01/1.00 vMB 157
174,704 174,704 00000000000000e4005c995aac5a4216adec6d2b6ba7761878b8e46e1955e292 13 0.01/1.00 vMB 64
174,703 174,703 0000000000000795fd3d795cd12084a05f2b86dd04884c0f2870f0c44f626b6e 15 0.02/1.00 vMB 838
174,702 174,702 0000000000000285555a3418cf3ffeceaeef9291f021e350b66ddea9228479b6 138 0.04/1.00 vMB 49
174,701 174,701 0000000000000110bb76cd823a73497747d352153bfa848e06ff7686fba90718 47 0.02/1.00 vMB 52
174,700 174,700 00000000000006c016e22abe6acdafa62f1954ba7a0fa06c8dd6d3f5ddea1c6f 57 0.05/1.00 vMB 111
174,699 174,699 0000000000000a22f6f29ba1f5ca3c95bcf13d5f2bafeb45028971a154d73026 92 0.03/1.00 vMB 181
174,698 174,698 0000000000000030514387421181782f104b9010e0100e9aeb00b0539cd6f212 29 0.01/1.00 vMB 140
174,697 174,697 0000000000000a2af82afe37e05c313fcab2b83874b9d1dbbcaa9ccffa41fcb9 50 0.02/1.00 vMB 121
174,696 174,696 000000000000006567c8726ed4584cef732c2cbf695e4dc66a17b96b1b440e19 35 0.02/1.00 vMB 131
174,695 174,695 000000000000080ae806d529caa34852670ffab7f129a7b8cbf9531e4e130cdb 16 0.01/1.00 vMB 110
174,694 174,694 00000000000005e089bcc456207d5d3ceb00f75c12dbd37e04c86469cbd8a184 27 0.01/1.00 vMB 36
174,693 174,693 0000000000000195ab1d7ab97b287d3eeae6e696d56f1f38fb2498b547c63cf7 7 0.00/1.00 vMB 80
174,692 174,692 00000000000003b9d95a1e31816f53b9d9a9cd78425e8eaa7c9ebf19765eb46a 10 0.01/1.00 vMB 41
174,691 174,691 00000000000004e9aec35be8cb944605ff20f1c776e3d13cd1e22cc9582f3de3 171 0.05/1.00 vMB 109
174,690 174,690 000000000000094fe3df7c180ed8e4fde0d10b41598cff5e5b268f21fb8dfd90 62 0.03/1.00 vMB 86
174,689 174,689 000000000000034cf74dc55533f0e3bebd23de4651f42e22c43b659d7912fa58 10 0.00/1.00 vMB 323
Previous 10 blocks ↓
Total Size: 779.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 430.98 GB
    • Received: 2.35 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.