Loading Tool

Explorer IconExplorer

Memory Pool

80,724 transactions
30.15 vMB
0.12236888 BTC
Random Selection Loading Transactions
Max Size: 180.85/200 MB

Candidate Block

Mining Attempt 94107e4f6b9cca4417ed0a193f5e7434e62c93259885cbff26445d9d1daca133
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 946cc2e6bbd9cfd1b591d1a79ea26641a6f84aa4f6fceb302742eb4313be10f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.06038734 BTC
Feerates: 180.34 > 6.05 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (463,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,730 451,730 0000000000000000003714da814e1a12d47be2e18281f6b522bcda3701f03a0c 2,341 1.00/1.00 vMB 76
451,729 451,729 000000000000000000fcb6c7f3f346d92a81eb797486eaa0cee84993f3b17955 2,889 1.00/1.00 vMB 81
451,728 451,728 000000000000000000d9fb1210b0f0737d8d9856e15158e91cdf78fef62b365c 2,551 1.00/1.00 vMB 104
451,727 451,727 00000000000000000134e316e59867690dd8d90e44a0631f64ad506c678633ba 1,992 0.75/1.00 vMB 103
451,726 451,726 00000000000000000287e02c4f54ee5fa3254f6a8b7f5b009483db7687a254b3 2,839 0.99/1.00 vMB 134
451,725 451,725 00000000000000000241c1bdfddd9ebe4ef1bd6d512dfe9f6a21fff3b55262ef 1,971 1.00/1.00 vMB 83
451,724 451,724 000000000000000001e27b9e11ed11fd051844afbc40099e9b1266f39cc320d0 1,963 1.00/1.00 vMB 118
451,723 451,723 000000000000000000aa035a0471c95bf9721730e0e319183b03b539c6dea6de 2,144 1.00/1.00 vMB 98
451,722 451,722 00000000000000000279bd1d3401062a76904107f174912d775c2e1f6670eb85 2,133 1.00/1.00 vMB 118
451,721 451,721 0000000000000000008f83aba3898ea5d4b8f65cc0a21c225088bbe4c31b5ea5 1,839 1.00/1.00 vMB 131
451,720 451,720 000000000000000000efab469f25f5b5326f1a611e00c7f1b3072b54c2bb9cf4 1,459 1.00/1.00 vMB 142
451,719 451,719 0000000000000000012796e28330edda70f78b8e80dc51924c81c3de9fde6e44 1,659 1.00/1.00 vMB 149
451,718 451,718 0000000000000000019d9e415ee0deed0c6135f370496ed4e1cdbab67852828a 553 1.00/1.00 vMB 142
451,717 451,717 000000000000000000be53285fccd4ea704c90c930f2fac8adbaafb986aa21b6 1,709 1.00/1.00 vMB 184
451,716 451,716 000000000000000001366ea780a94cb46c5debbfa25d126e93f0d42da26407ee 2,444 1.00/1.00 vMB 119
451,715 451,715 00000000000000000140d87837b5ccf95cf34ae4b7daf28b99eb2dc33873cca3 1,792 1.00/1.00 vMB 76
451,714 451,714 0000000000000000026351df91e75fd904bb6ce9eea7c3a689d583fa2e41ca89 2,351 1.00/1.00 vMB 124
451,713 451,713 000000000000000001804075fb6790a6e6462b0a0e148363c2308b953a55bd46 2,382 1.00/1.00 vMB 129
451,712 451,712 000000000000000001bb89477992680bfb96954587d15ac14a4c2263059c78ea 1,753 1.00/1.00 vMB 164
451,711 451,711 000000000000000001023da39fa15aad53384abcd143238cfb31019b84143533 1,954 1.00/1.00 vMB 54
451,710 451,710 000000000000000000bafc5ce23b88b8acb14be8a4f327fce9a9db90e222e07e 2,323 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.38 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.48 GB
    • Received: 14.99 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.