Loading Tool

Explorer IconExplorer

Memory Pool

78,754 transactions
29.20 vMB
0.08439226 BTC
Random Selection Loading Transactions
Max Size: 176.77/200 MB

Candidate Block

Mining Attempt f00facb16ced736eec3361d5cb95b7dfe133ea0551b4c2c699f52adcd94702de
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root daa5e124830250263af61d76dc10b3eb8f2856b64ed3f46d5e155b0524bc0345
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,481
Size: 1.00 vMB
Total Fees: 0.02329739 BTC
Feerates: 178.73 > 2.33 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (276,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,579 638,579 0000000000000000000191f4e587fe7f7d6f639f364b0b61f73b5293cfc3e8fd 831 0.30/1.00 vMB 31
638,578 638,578 0000000000000000000e46045f5f228eaf04424600235ea766828fd5c67533a3 1,370 0.73/1.00 vMB 3
638,577 638,577 00000000000000000010aaae4c73be9131382a92b0737d9a52ad5da8adc314c0 2,360 1.00/1.00 vMB 44
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
Previous 10 blocks ↓
Total Size: 782.68 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: 678.75 GB
    • Received: 16.44 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.