Loading Tool

Explorer IconExplorer

Memory Pool

44,752 transactions
27.30 vMB
0.07971510 BTC
Random Selection Loading Transactions
Max Size: 144.19/200 MB

Candidate Block

Mining Attempt 403042e9cd1906f42cb4b4940d2ed3e96361176438e0ba5dfc5e813b787b8e09
Version 20000000
Previous Block 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125
Merkle Root f18951630b91be922ab2e4fc9ac724d86c33ececd0cd7867e856ef9c1faf25dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,840
Size: 1.00 vMB
Total Fees: 0.02891470 BTC
Feerates: 200.83 > 2.90 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,801 (235,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,881 678,881 000000000000000000042b7bde1b82a44a78e4e4b6d927d26c5160b7dc52a280 1,971 1.00/1.00 vMB 59
678,880 678,880 0000000000000000000b7c199128363d859bf27f28d7cb38d228f78bdc5c6830 2,569 1.00/1.00 vMB 30
678,879 678,879 0000000000000000000416116a1a7548e4f1eeb3d9dd7e20a2ac49e0a5e7bacc 2,344 1.00/1.00 vMB 84
678,878 678,878 0000000000000000000a17d9351bef2cef7bdc24f1b68dd1b7c98b8a8a36a19b 2,333 1.00/1.00 vMB 58
678,877 678,877 00000000000000000000b5e19213badc3fa637aea1e95db648929d7f2ee6467b 1,568 1.00/1.00 vMB 78
678,876 678,876 000000000000000000057d6302c1d6ae21a0bac8910b7d2a68ce9ea4bfd98227 1,178 1.00/1.00 vMB 87
678,875 678,875 0000000000000000000ae0e211847267fb0c96fed9e457d788c411461ec85c4c 1,423 1.00/1.00 vMB 87
678,874 678,874 000000000000000000069950d43f2917bffe1ba829f33bcd310d895299964f0e 2,233 1.00/1.00 vMB 77
678,873 678,873 0000000000000000000b07a66fbdcabcb819ce3d7b24b8743c6274c5f5477c9c 1,962 1.00/1.00 vMB 59
678,872 678,872 00000000000000000006ef3a2e083c14c048dfaa1e282b5217ebb3bb9b3cd626 2,355 1.00/1.00 vMB 57
678,871 678,871 00000000000000000006b807162eade79c1ef2e15c18f8399cc436dbd19508e6 2,914 1.00/1.00 vMB 135
678,870 678,870 00000000000000000009629ef23ab470f81ce59ac30a487e353a135dc6229bd8 2,639 1.00/1.00 vMB 119
678,869 678,869 00000000000000000002f7f401f62274141db1ce03ee178f933f916244e052fa 2,146 1.00/1.00 vMB 121
678,868 678,868 000000000000000000090725411b01a82d1450f674190eeff4ba4ee0785f0d4c 759 1.00/1.00 vMB 73
678,867 678,867 00000000000000000004ce66ff1e1b01dd38e7600573c30019ca84be398bb61e 1,784 1.00/1.00 vMB 125
678,866 678,866 0000000000000000000588677ec7bbf2d92729e696292e6079b9c29244b23565 1,711 1.00/1.00 vMB 36
678,865 678,865 000000000000000000017cc5f8bd7fbcb61695af05121664e23f6046fc5932f6 1,795 1.00/1.00 vMB 16
678,864 678,864 00000000000000000004df614b8cf230629a0d10e28385731f52f17012edeb4b 2,129 1.00/1.00 vMB 37
678,863 678,863 00000000000000000007b7a84dcac0b47ef04db85ffa10e28905e2b490bf3d42 2,646 1.00/1.00 vMB 90
678,862 678,862 00000000000000000004955ca58cab256025c9abf969225220d59b3be736f855 1,775 1.00/1.00 vMB 35
678,861 678,861 00000000000000000004ff94acb0558539a67fb02a654d26f5722b12659461da 1,198 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.03 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: 650.41 GB
    • Received: 13.28 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.