Loading Tool

Explorer IconExplorer

Memory Pool

43,725 transactions
26.57 vMB
0.06510133 BTC
Random Selection Loading Transactions
Max Size: 139.49/200 MB

Candidate Block

Mining Attempt 09f9f6625c12838d47fafb7c131de5e5bf38fc8bba1102279a5960e5a849644a
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root 57085fd0c1cf055f9cbc7c9ee3ece2e89bd8853d6eaebc7c73089f2916ba560f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,851
Size: 1.00 vMB
Total Fees: 0.01625974 BTC
Feerates: 150.61 > 1.63 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (526,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,553 388,553 00000000000000000074b7ee75165cdadf9f60927d06181502d8b80d5a0f7860 991 0.95/1.00 vMB 19
388,552 388,552 0000000000000000072e164c7ab2e3ba6ccd9b50a2453bc2794dde8688bd986a 2,140 1.00/1.00 vMB 36
388,551 388,551 00000000000000000992ea5b1f3ebc31dfa59eef96c86f505532373d8eb42a2a 2,429 0.75/1.00 vMB 55
388,550 388,550 00000000000000000d2d6b9c27c5ec95b92bc4e17a4f08fe7f36a2288ccc6bad 1,732 0.93/1.00 vMB 26
388,549 388,549 000000000000000008eb17a3dbde63126564d4f35ee8142dfdac8364cb351bbb 1,996 0.90/1.00 vMB 35
388,548 388,548 00000000000000000b091f6700ec42c08c2295f37205ed3c803be3d13f378249 2,992 1.00/1.00 vMB 51
388,547 388,547 00000000000000000020e9bf1625be2be32ebebad4b37f8589dd76553ef5e449 2,355 0.75/1.00 vMB 53
388,546 388,546 00000000000000000740c7cefc82078a3a65f721c599a4a06b948c032deddca4 1,009 0.73/1.00 vMB 20
388,545 388,545 00000000000000000188b6321da7feae60d74c7b0becbdab3b1a0bd57f10947d 1,668 0.75/1.00 vMB 36
388,544 388,544 000000000000000009edade8bc156f77e4c6d91e3b790dbe1ca7ee6addeb673f 1,103 0.37/1.00 vMB 45
388,543 388,543 000000000000000004e8b5e52a0480007f061eca486474fd76cb698c11c2894a 1 0.00/1.00 vMB 0
388,542 388,542 00000000000000000d31508b19a665d0b1af695ad1f27c5310cae3601866c6c1 998 0.62/1.00 vMB 27
388,541 388,541 000000000000000006095b0a6cd86119156d1ae2a00ade5f1b08e3333c411465 473 0.20/1.00 vMB 29
388,540 388,540 000000000000000007a1660700b145e6e60f698de80a0a0a095118596d272749 3,171 1.00/1.00 vMB 50
388,539 388,539 000000000000000001a778182b185b405a83c42e54ffa27550622d1c00779910 216 0.09/1.00 vMB 52
388,538 388,538 00000000000000000b78ecee58477f63f1fac2d03fe0fa6d0ef42f95625e479f 1,656 0.83/1.00 vMB 31
388,537 388,537 000000000000000001bd68962863e6fa34e9776df361d4926912f52fc5f4b618 663 0.25/1.00 vMB 46
388,536 388,536 000000000000000006fa077a6bbbb724e581ce5f697f57d4876daefa85fa89f4 287 0.10/1.00 vMB 43
388,535 388,535 0000000000000000097bd3e5e94dc7db7d3a823bbf3d9f5bf8be8d8ace91b996 1,558 0.91/1.00 vMB 21
388,534 388,534 0000000000000000050e7d9871059f2bf26fc1e04cd1a17ed7054842f558b367 1,137 0.56/1.00 vMB 30
388,533 388,533 0000000000000000075fd8ff11a90488f94af1528e2711797d3ce825a12259f0 154 0.05/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 781.96 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.47 GB
    • Received: 12.94 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.