Loading Tool

Explorer IconExplorer

Memory Pool

16,195 transactions
15.94 vMB
0.03220099 BTC
Random Selection Loading Transactions
Max Size: 77.92/200 MB

Candidate Block

Mining Attempt 8bf0ac8fa9215230a6d71755006adcfce33fed14d4e221b7b4dbdb023a27e5c3
Version 20000000
Previous Block 000000000000000000011ba1298aaa8b40b990edf5611745cb5fd869c4fb3bae
Merkle Root de75ae63d625dc8302562195fb42fb57cf248849b2711db408307d33ab9d2e4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,496
Size: 1.00 vMB
Total Fees: 0.00380407 BTC
Feerates: 40.21 > 0.38 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,136 (797,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,745 116,745 000000000000c3b0b48367c7acc54d651b2140850bab71fcd39b4bb81a710853 33 0.01/1.00 vMB 1,500
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
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 562.32 GB
    • Received: 7.45 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.