Loading Tool

Explorer IconExplorer

Memory Pool

44,804 transactions
27.42 vMB
0.09611608 BTC
Random Selection Loading Transactions
Max Size: 144.92/200 MB

Candidate Block

Mining Attempt be8a9c885485055adf7c49eb1eb878bd58cd1c6e69f320081c3784baed39084a
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 58fac9d60b0222c042b0f4dd03b5697a552f1535059af57778f2c1072513272e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,672
Size: 1.00 vMB
Total Fees: 0.04471899 BTC
Feerates: 150.75 > 4.48 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (178,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,036 736,036 00000000000000000003b4f2195823e185a7a9a68f6b4d61173a77a24defccdf 369 1.00/1.00 vMB 14
736,035 736,035 00000000000000000000e2dc757286d5f2b2f4a370d7702f00b1dde130ac09da 2,094 1.00/1.00 vMB 20
736,034 736,034 00000000000000000001b1e00f46cd10c90cdc89afb52bb0cd78f5f033a8820c 423 1.00/1.00 vMB 14
736,033 736,033 00000000000000000000daf1ba70b0e7161ae6cf6d80c7359ddf3a14e6ea352b 1,724 1.00/1.00 vMB 15
736,032 736,032 00000000000000000008f03710a8b57eea7891c6e7801149285e5c1e36d3066c 2,898 1.00/1.00 vMB 23
736,031 736,031 00000000000000000003fcef74c12c9d615b755d69be1eccf46d9fa1fb6349a8 2,847 1.00/1.00 vMB 27
736,030 736,030 00000000000000000002e37ce79cfdcdaf88bebeb1d21ed7eace837b2b5565fc 2,441 1.00/1.00 vMB 24
736,029 736,029 00000000000000000006077a8e10d5dcba3bf34c3742f6900cf111cf8badc937 211 0.99/1.00 vMB 14
736,028 736,028 00000000000000000003112ce6ec5a15b8d8c35030d35543dd804f98f0c0c82e 104 1.00/1.00 vMB 13
736,027 736,027 000000000000000000085dbeb1424cb933cebb1bfaebdb19bd9f8e190e529eac 898 1.00/1.00 vMB 18
736,026 736,026 00000000000000000005e0c5700144042c4317066c31841d85da3a3e6ab561aa 1,601 1.00/1.00 vMB 14
736,025 736,025 0000000000000000000247e1c3e571c6e9b3419d9192a63aca6af85e909da5f3 1,883 1.00/1.00 vMB 18
736,024 736,024 0000000000000000000706a3bcf089ecb9758e2b3253e8bd7d38f1334ab7a915 1,960 1.00/1.00 vMB 21
736,023 736,023 00000000000000000006315a975c342065e93d6fe42b441040956ebbb37f0e46 1,966 1.00/1.00 vMB 22
736,022 736,022 0000000000000000000159b9d509ad065fea42e6e8c538fcbcafc4d569a1ef0c 2,002 1.00/1.00 vMB 24
736,021 736,021 000000000000000000047a81c965eb8fdc36b4071e5338384f4c3dd29f0075fb 1,987 1.00/1.00 vMB 20
736,020 736,020 0000000000000000000567c18ca635c3d680a6a7347f4bae04864a6b221c7f0a 2,702 1.00/1.00 vMB 29
736,019 736,019 00000000000000000008921ecf3c072e488ae40744afdb34a31ffcf4ab831ec7 1,894 1.00/1.00 vMB 23
736,018 736,018 00000000000000000001625d0ae6e27f81d6292f36a44fcd052bf419bc8558f5 768 1.00/1.00 vMB 16
736,017 736,017 00000000000000000008e1fc0ce0869e5c8048f1a86172ff59270000c47b71d1 1,165 1.00/1.00 vMB 17
736,016 736,016 000000000000000000043ab2896fd283c1b29d0fccfaf1828f2dddaa80be9b20 908 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.