Loading Tool

Explorer IconExplorer

Memory Pool

40,279 transactions
32.23 vMB
0.09979594 BTC
Random Selection Loading Transactions
Max Size: 160.32/200 MB

Candidate Block

Mining Attempt dcaa77f70ff34870a0c7f4e42e3c19e18397bbbdfed7f03394d9e0dccf9b1895
Version 20000000
Previous Block 0000000000000000000153f71b7f7eccbb10249914947240c1efe2db5faaa00d
Merkle Root e0b9ad70d8611be33ed0150eec49d6ff3ce447f3f047e9aae4de1b95134e730a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,060
Size: 1.00 vMB
Total Fees: 0.03279586 BTC
Feerates: 393.72 > 3.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,331 (790,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,717 123,717 0000000000002de53ba0132fb2063198973da58fe4bdcaa81bce713dad28749c 3 0.00/1.00 vMB 1,508
123,716 123,716 000000000000345ab6433542c93305cff1538557de9b5d50b9543bcb462d3d1e 26 0.01/1.00 vMB 353
123,715 123,715 0000000000004a2411b3f2d842419ce3415d1a2b10084bd4707a79dac003fd98 32 0.01/1.00 vMB 174
123,714 123,714 00000000000012b3e13c66783d1d59074b1bc60f5e3bfa504b9d4b7cd166ae18 3 0.00/1.00 vMB 0
123,713 123,713 00000000000050c4b5eb5a4f9d6aeef4cf6b769709c5b0c3c6a2cbd383f87e60 13 0.01/1.00 vMB 0
123,712 123,712 0000000000004da455eeed44f1bce89936ce171a4dda9c01d68408c8ccd62d89 8 0.00/1.00 vMB 0
123,711 123,711 0000000000000e04fd5d5f928085def5d2d3b3494b5d9f03c35c6c2bc75152a4 2 0.00/1.00 vMB 3,875
123,710 123,710 0000000000001b61503721119c8e340018859f2e71b443d91487a437714e4f00 9 0.00/1.00 vMB 285
123,709 123,709 00000000000034f1c5dcf532091e03560831df86e5aa83513eb54ed04169c8de 5 0.00/1.00 vMB 1,696
123,708 123,708 0000000000002b9eb0701e7186b7d3eaca3642ba7f727f8ac519ca7ddf34e420 44 0.02/1.00 vMB 0
123,707 123,707 0000000000001fb87b435f5bcffab54369add5e56f7983395aaff6471adde708 3 0.00/1.00 vMB 2,333
123,706 123,706 0000000000005420f1f69e6a3c1a8d5af871cc5ec81caefe1e2deb636feedcbd 2 0.00/1.00 vMB 192
123,705 123,705 0000000000001547260835b815b900e795b5b7de9b3bfe8389b336cd2389fe45 10 0.00/1.00 vMB 348
123,704 123,704 000000000000234176f3204260a712e406e7c91508b137a65b49284851b52abb 1 0.00/1.00 vMB 0
123,703 123,703 000000000000379eb6c4fb374b0bd928348453333e3405b0f40796178f9bdc8f 81 0.03/1.00 vMB 1,431
123,702 123,702 0000000000004a7eb38134e29c5f88308eb7520e6b37b22f2e96dab836c9aa2b 44 0.03/1.00 vMB 475
123,701 123,701 0000000000004c8fa09984079d1115f6fd90f4d210945bccf163a53c1dc981bc 38 0.02/1.00 vMB 770
123,700 123,700 000000000000415dcc7583e49cf914e166eae4753f9772cb32145c42c7a568f3 5 0.00/1.00 vMB 2,404
123,699 123,699 0000000000002ebf2a91784454e913a664a93064b3f7b090effe7111d1c5a06a 27 0.01/1.00 vMB 366
123,698 123,698 000000000000203e3ec6a3afcbb331b2543c4dd6ce73edf7bbb4b84ff8ab825d 10 0.01/1.00 vMB 472
123,697 123,697 000000000000644e19545d99caab497b1732d0e451d558efa3b8709ce9cdda5e 55 0.02/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.19 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: 583.14 GB
    • Received: 9.33 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.