Loading Tool

Explorer IconExplorer

Memory Pool

44,368 transactions
26.55 vMB
0.05649434 BTC
Random Selection Loading Transactions
Max Size: 140.08/200 MB

Candidate Block

Mining Attempt 71052f76df830de65f68e0a054be075d061931ff74ba6f4db7f161c8e3caeaf9
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 05dfb7d1fa2f7125ef6ef7056ced85ae1dac0c6e835e789cec5b8a722223cc95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,342
Size: 1.00 vMB
Total Fees: 0.00770757 BTC
Feerates: 54.71 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (235,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,888 678,888 00000000000000000001d142be2c715ebd77bd6201158be6a6dceef3bcaddb28 2,214 1.00/1.00 vMB 38
678,887 678,887 000000000000000000056bf7b6d93542f57ef69b63365ec7c825b9adb24edf05 2,393 1.00/1.00 vMB 25
678,886 678,886 00000000000000000004af9eb380e0d9191e9c8f7f248830af39b346fc4aa5bf 2,658 1.00/1.00 vMB 67
678,885 678,885 0000000000000000000313e9ac880bea2e89791e3a80040746ed48c4db852b57 1,953 1.00/1.00 vMB 70
678,884 678,884 00000000000000000001f45b0d3ced80b4a646137225a482a3462237a3b1b915 2,062 1.00/1.00 vMB 44
678,883 678,883 0000000000000000000b53983296cac5a599d7909f04604ce13531243c7572bb 2,012 1.00/1.00 vMB 127
678,882 678,882 00000000000000000009eab327e027366bb80de29a744207222f9d47c98dcf74 1,619 1.00/1.00 vMB 15
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
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.