Loading Tool

Explorer IconExplorer

Memory Pool

35,858 transactions
26.09 vMB
0.06973519 BTC
Random Selection Loading Transactions
Max Size: 133.22/200 MB

Candidate Block

Mining Attempt e0d79b4d00917d9351d58285a7a6bb6f6581bfbc7e4afee62dfaddb1c6302781
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 51a34c5d3fd927e7b9735b0924fe81b370ad4f5b70c962acbf823e62a57178e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,143
Size: 1.00 vMB
Total Fees: 0.02170707 BTC
Feerates: 713.01 > 2.18 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (77,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,704 836,704 00000000000000000000189214a5430522fd5d856e2cb1a2283aba442bad8d73 2,226 1.00/1.00 vMB 15
836,703 836,703 000000000000000000004263559eb97ac0ad0c83889fb91190998b0287696e91 1,116 1.00/1.00 vMB 9
836,702 836,702 00000000000000000001bcc65744a6e53f0c4b092577b79e68f1bc4c40c20493 2,922 1.00/1.00 vMB 20
836,701 836,701 0000000000000000000012e13ac1b559bb6df75e20beb30597a8bd277c1e998d 1,402 1.00/1.00 vMB 10
836,700 836,700 0000000000000000000163d1760e375f1bd98f464630ee1e989d19c6a48e51de 3,827 1.00/1.00 vMB 18
836,699 836,699 000000000000000000017dd2d0866cde1202ee4b794a4eb4988ba68d017820d5 3,225 1.00/1.00 vMB 12
836,698 836,698 00000000000000000000678e813d487f69b9405dcce071b8c008db38e309a069 3,504 1.00/1.00 vMB 24
836,697 836,697 00000000000000000000583f960ab79966d4622382079485e4271478433b178e 3,509 1.00/1.00 vMB 15
836,696 836,696 000000000000000000019c7ece857f25903b139cb69a3c7347267e75f2c97491 2,589 1.00/1.00 vMB 10
836,695 836,695 00000000000000000002d396cfebbc034a2725c9fd8f3a65481e5364a3cffbee 4,726 1.00/1.00 vMB 17
836,694 836,694 0000000000000000000188d127914bfd0a1a2238cfd5855f7cdb8ac50f35f4f1 3,849 1.00/1.00 vMB 23
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
Previous 10 blocks ↓
Total Size: 781.82 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: 635.99 GB
    • Received: 12.35 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.