Loading Tool

Explorer IconExplorer

Memory Pool

43,641 transactions
27.05 vMB
0.08300250 BTC
Random Selection Loading Transactions
Max Size: 141.58/200 MB

Candidate Block

Mining Attempt bddc885869d8bc221ac931ed7b7f8adbdd891e8b9d53e9f5ef7d7bd8080530a5
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 80da28a08f4fbb89ca0bda7ca4e29f9b02b3e2aafc7f043e9c9ab9e7700fe52e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,141
Size: 1.00 vMB
Total Fees: 0.03137273 BTC
Feerates: 150.93 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (136,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,711 778,711 00000000000000000000b9652170af3ccda6024fe0c1feff342b30f60c3fdf7d 1,168 1.00/1.00 vMB 35
778,710 778,710 000000000000000000024d2d2da8945f6d0780bfc1a134e20766187c46c5a21c 3,643 1.00/1.00 vMB 24
778,709 778,709 00000000000000000003e1dba39dfc71ca07c105a20af06c872f92054c18f0f9 3,258 1.00/1.00 vMB 20
778,708 778,708 00000000000000000001eada0ee893f895d0495241dcb5e099a659e9dc388ba9 3,185 1.00/1.00 vMB 39
778,707 778,707 00000000000000000002581cdc4893373651a2a39448de816c0edb6caca4a8c2 3,356 1.00/1.00 vMB 33
778,706 778,706 0000000000000000000503b050e7e39453cf479711c5c04df95f672de3300804 3,539 1.00/1.00 vMB 28
778,705 778,705 00000000000000000003f1dc4e5ff6ed33541e8acdc8fb1e29ac3678fe1cebea 3,340 1.00/1.00 vMB 39
778,704 778,704 0000000000000000000681b77bf586d43e12d7079b48d9cbbd549a4322bbd04e 3,560 1.00/1.00 vMB 33
778,703 778,703 000000000000000000018aeb972a8c62e548eb82f5426dae33b30b5fa7f1dd3e 3,646 1.00/1.00 vMB 21
778,702 778,702 00000000000000000005c057690f25500af8b20eec0107aab2d6e5e59698f463 2,439 1.00/1.00 vMB 5
778,701 778,701 0000000000000000000479f3e458f64c6f7f8f8541c3f16b1afcd08071e75516 2,510 1.00/1.00 vMB 12
778,700 778,700 00000000000000000000d5b7fce8a352b7f5e45beb777972c4080b21eeefc4c6 2,960 1.00/1.00 vMB 15
778,699 778,699 0000000000000000000325f1755d49072865c72cdba84d5b98bfd870d6fecb52 3,519 1.00/1.00 vMB 22
778,698 778,698 00000000000000000000a58b18a3b9a2ce96e6a9f701f971f172e57604dee3b9 3,298 1.00/1.00 vMB 30
778,697 778,697 000000000000000000062facdda92cd296ef8290a3ed39cbc08b85ca730bc228 2,562 1.00/1.00 vMB 58
778,696 778,696 000000000000000000045adb37c869177f52cf9ca575c7040cb0c80a2156d64d 2,882 1.00/1.00 vMB 9
778,695 778,695 00000000000000000000d6126fe166e522a49f732834eeadbf2e7f0aff0b3581 1,042 1.00/1.00 vMB 14
778,694 778,694 0000000000000000000303997136fccdbd8f2dad6d7f6412a7f12582710b2578 2,813 1.00/1.00 vMB 20
778,693 778,693 00000000000000000001b4ff42eb02c20d622ec30391ccd108111c60d50a27eb 3,247 1.00/1.00 vMB 34
778,692 778,692 000000000000000000024edead4a0088ad4eec4447ae12ed57d86664e6b9765b 2,696 1.00/1.00 vMB 32
778,691 778,691 0000000000000000000292945ac6afe8104ffe3d665520fb9dbc3a416cef3fc8 2,959 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.86 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.