Loading Tool

Explorer IconExplorer

Memory Pool

37,294 transactions
26.88 vMB
0.06084286 BTC
Random Selection Loading Transactions
Max Size: 136.58/200 MB

Candidate Block

Mining Attempt 8f58f80b5c827badd2e607042813f971bac4f9d48ccb1fb4f4853040599f7f59
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root aa1f236ae71454a4d964d580cb0edc0bfaf5410fa77886d18fab9787fe511ba4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,847
Size: 1.00 vMB
Total Fees: 0.01044581 BTC
Feerates: 74.79 > 1.05 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (77,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,693 836,693 00000000000000000000250c0ff5e53904faf2c218ac169926172b8582321472 2,831 1.00/1.00 vMB 17
836,692 836,692 000000000000000000035b4ba8f62bb91525b63b60919b22e4c97bd076c54673 2,930 1.00/1.00 vMB 26
836,691 836,691 000000000000000000028bba6215a4dcb32d99eabb2709fac5bf50b3b4f81b80 4,183 1.00/1.00 vMB 14
836,690 836,690 000000000000000000018c9b2307b2333a6aaad7cdda5a048fd6af98cf44aa39 2,441 1.00/1.00 vMB 16
836,689 836,689 0000000000000000000284acc4628c456ae21a3ae5c57e7ae90f3f423d4ec641 3,684 1.00/1.00 vMB 28
836,688 836,688 000000000000000000019601f1703a619b55d38a3d80045692571f9f34e4dbd9 3,171 1.00/1.00 vMB 35
836,687 836,687 00000000000000000002619ba7bdc52070dc985a53dcda688c4fee70defe7f9b 3,028 1.00/1.00 vMB 12
836,686 836,686 000000000000000000007c254b932d68dd7cdc8d3d15068ea24bd2bfcabecd20 4,397 1.00/1.00 vMB 17
836,685 836,685 00000000000000000002a7e292b8c1102d3980cf8fc5b08ac60722139e0e6b2c 3,471 1.00/1.00 vMB 22
836,684 836,684 0000000000000000000277696dc671694add3dc7e77846b5b2827a240b1b6fdd 4,032 1.00/1.00 vMB 19
836,683 836,683 000000000000000000006bb47e3b8c4591fc52764479bd6f6570d924258e6857 3,795 1.00/1.00 vMB 14
836,682 836,682 0000000000000000000013d06cf97625327dceedb0605372e87c81db7b6ebbf8 3,634 1.00/1.00 vMB 25
836,681 836,681 000000000000000000015f86beb64b9f44f8b2541d4408587eafbf720e0215b3 4,055 1.00/1.00 vMB 14
836,680 836,680 000000000000000000012c48e85ae6fee95ebfd832fe0b222d59a432783f3c95 3,044 1.00/1.00 vMB 12
836,679 836,679 00000000000000000000b4a7bb358244a50810b38c39f356157afe3d0af4d76f 3,468 1.00/1.00 vMB 17
836,678 836,678 00000000000000000001b73b219f9e4aa1eeb551431ca27e0a830d0778d486e4 3,130 1.00/1.00 vMB 23
836,677 836,677 000000000000000000022b062de33e5d8d542d898279e02bb060fd43cb17bce1 3,249 1.00/1.00 vMB 33
836,676 836,676 000000000000000000034a560437a968d332e70dcfb1b00c655216e8e98f92ca 3,308 1.00/1.00 vMB 23
836,675 836,675 0000000000000000000211ed98e7c43567a73ddffb9e5a5717cfcdae131e86af 1,670 1.00/1.00 vMB 10
836,674 836,674 00000000000000000001a95403af6c9a04dd1bfff6f8877c45b2b3da37825846 2,588 1.00/1.00 vMB 21
836,673 836,673 00000000000000000002aabb48f8364e53013d1a867d58cb1f22589bd5fe569d 3,781 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.