Loading Tool

Explorer IconExplorer

Memory Pool

78,416 transactions
29.39 vMB
0.07778805 BTC
Random Selection Loading Transactions
Max Size: 177.73/200 MB

Candidate Block

Mining Attempt ff39c8c2505bfd730ed30c147c606715063531c16f4966bdfb40071f30370314
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root dbd0f5fc12ccb77b528dedc2b7da5257ade02b38aa3b8fbf365ab4b058549665
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,353
Size: 1.00 vMB
Total Fees: 0.01471721 BTC
Feerates: 57.54 > 1.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (276,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,576 638,576 0000000000000000000410907cb31e967f0a5f2d256f6c1b07d1aa7baa47934c 957 0.73/1.00 vMB 14
638,575 638,575 00000000000000000002f2b787c88c6518df85c12fbca3ed4b71b84e0535163b 2,265 1.00/1.00 vMB 2
638,574 638,574 0000000000000000000a11a16f1c583fc02f2d07a4fab7c18c6d59014689e0e3 2,555 1.00/1.00 vMB 31
638,573 638,573 0000000000000000000a0e7f38d9ab520dcbddaf4dd37e74237ce8c1f63bfcec 2,213 1.00/1.00 vMB 13
638,572 638,572 00000000000000000009dd0741a3de7b3345332221c7b2d981625293044c3968 1,518 1.00/1.00 vMB 21
638,571 638,571 000000000000000000035a5b2ade96ddd0a49f25b320022f7d7694fe79c05b97 1,354 1.00/1.00 vMB 19
638,570 638,570 0000000000000000000ecbb62b699912e1a353343831bd02f0a60c631df30f47 2,205 1.00/1.00 vMB 47
638,569 638,569 0000000000000000000e8ce46c85e28bf1752c4a61fff20fa07c41a4208e5993 2,824 1.00/1.00 vMB 42
638,568 638,568 00000000000000000003a2b0a25752aaa36cbec2fdad1b1ba8d32f36a289b39a 2,652 1.00/1.00 vMB 33
638,567 638,567 0000000000000000000b85ac9beaf2b530c45eafd3dac9e2ac14fbcbd243178d 2,367 1.00/1.00 vMB 41
638,566 638,566 0000000000000000000083ea5290cb3980f0e37b7003b8582c0493fdcf4a6351 2,595 1.00/1.00 vMB 4
638,565 638,565 0000000000000000000b524ebb084eb44fe879cc730b14fdaa819b14bd1cbbf9 1,268 1.00/1.00 vMB 35
638,564 638,564 0000000000000000000a20eb735941b673dbb9dae6d2b3db9f7b0a0f3bc8f41a 2,444 1.00/1.00 vMB 28
638,563 638,563 0000000000000000000bbe78dc63c9db9b5347e3b1c82323739fd063c8c02f06 2,887 1.00/1.00 vMB 60
638,562 638,562 00000000000000000006110d02108edbaddc5964e74a6b4dd010be7728fe8cea 33 0.02/1.00 vMB 37
638,561 638,561 0000000000000000000e8c0b440844ca76984dcce5955622a0d2e71683b5a420 1,249 0.53/1.00 vMB 35
638,560 638,560 0000000000000000000563585f6dd637384b618dd49e36e6d0fe47c5ce78872e 1,672 0.68/1.00 vMB 25
638,559 638,559 00000000000000000000219d6c4306fda08ad28e913796024909ae0c124c565b 890 0.36/1.00 vMB 29
638,558 638,558 00000000000000000001fee52c5484dbade3186b74538d67b439667e79ab38e4 1,293 0.48/1.00 vMB 3
638,557 638,557 00000000000000000006b4c84bc87e9822202fe2068ca892a601ed68bc93ee97 2,518 1.00/1.00 vMB 38
638,556 638,556 00000000000000000001e6afc41f1ab4475c479d02ec7463085dd2d11a4a1ddd 814 0.28/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.64 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: 672.38 GB
    • Received: 16.22 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.