Loading Tool

Explorer IconExplorer

Memory Pool

21,949 transactions
16.96 vMB
0.04442351 BTC
Random Selection Loading Transactions
Max Size: 85.79/200 MB

Candidate Block

Mining Attempt 631e664f563602a1c1cbe17bcff8b7efa471acc70bd1f45ba2965e1c2f27004a
Version 20000000
Previous Block 00000000000000000001e012a03a86db87de0c816312467afbfd511e206a6de7
Merkle Root d8a3f0f8590ea3643d1a29d42e9d341ad62d18f94eeb158607fe73bf8bcb2a78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,594
Size: 1.00 vMB
Total Fees: 0.01319875 BTC
Feerates: 77.35 > 1.32 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,137 (797,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,744 116,744 000000000000d76b6fcdafd709c48b87c66f6e71eeb666cf2ec35a0cb2b3ed08 17 0.00/1.00 vMB 1,474
116,743 116,743 00000000000028ed48c9750ef7ba25757411b119731b5bfa36168a0028f22a0c 9 0.00/1.00 vMB 0
116,742 116,742 0000000000008ff761162645b5c97fd190de6617a2e025ed5d38757530bdaa6e 12 0.00/1.00 vMB 352
116,741 116,741 0000000000001cabe8990100d29cbfa84727a59a82f0b88da9d88ddba9f0dea1 11 0.00/1.00 vMB 442
116,740 116,740 000000000000b5bd291685d1ba80f26d7061ddba8c5d897d0775cdaeb7ff6f29 16 0.00/1.00 vMB 1,518
116,739 116,739 000000000000d12a6b7b802ef7e1b19efd5cd07be9d965fe653b0ed7663912db 13 0.00/1.00 vMB 0
116,738 116,738 0000000000006e7edcebd8816e7918222e2bf4169c34e9714d5b08fc68883f92 10 0.00/1.00 vMB 0
116,737 116,737 0000000000007ba7fafe5ef57a0b3d21555e32ddaa0e34fe56de4262b106810c 15 0.00/1.00 vMB 1,090
116,736 116,736 0000000000008145c542cf820b83519c63d08aea720a73e585bf4df5fd4986c9 9 0.00/1.00 vMB 714
116,735 116,735 00000000000071ae4e0ec8dd4f51a3ed3d734df5cda0a245276d6b4aa39f8841 24 0.01/1.00 vMB 439
116,734 116,734 00000000000082f8f60732e80630a204a4114175998db810bd0c084e76fca499 12 0.00/1.00 vMB 334
116,733 116,733 0000000000008ef387064b313e6af7c7938ea9aa8fbe75ef317fa67a3b78d168 8 0.00/1.00 vMB 346
116,732 116,732 00000000000071000b47df0f66c2136791a7d8cd201cafe11c78669aa593803c 11 0.00/1.00 vMB 617
116,731 116,731 000000000000bc89009b444bb1263fd74e8fdd75fd0e43329dd19f2a6d9c7378 8 0.00/1.00 vMB 973
116,730 116,730 0000000000003cae2d7da43590b63aeb00b557afaaffce6dace655ef58c4a425 11 0.00/1.00 vMB 0
116,729 116,729 0000000000008062e7e8315dfd22464d5ce04ec477ea5bc7575f6b1220e39613 15 0.00/1.00 vMB 1,065
116,728 116,728 00000000000056ae48ccf05f89a8590a844b8d84ff42dd0a4b3c52786e03421e 22 0.01/1.00 vMB 2,172
116,727 116,727 000000000000d3911c674d4239c7a210358b0ad64729e76910ab5200b11600d5 11 0.00/1.00 vMB 579
116,726 116,726 0000000000000917a016e361e1e8869a775e7a8036c4a1cb07e0d631fee0126f 24 0.01/1.00 vMB 915
116,725 116,725 0000000000001aeea3e894a55a4de55c16c924da5adac84a3cd932a885d3a3e5 6 0.00/1.00 vMB 335
116,724 116,724 0000000000008e536fc3cc94ed295efd24070c1d98c6982cf697c03d6e31a13c 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.84 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: 562.46 GB
    • Received: 7.47 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.