Loading Tool

Explorer IconExplorer

Memory Pool

38,238 transactions
28.10 vMB
0.06350421 BTC
Random Selection Loading Transactions
Max Size: 142.42/200 MB

Candidate Block

Mining Attempt e5888c25218d1073eced33e3eaf17451befec75ed428055c4f9b12897b43776e
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root a24944acfd341b1b2e187fc14dc89d509e48a9671760677bac035a9af01a7d2b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,289
Size: 1.00 vMB
Total Fees: 0.00974787 BTC
Feerates: 150.80 > 0.98 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (150,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,847 763,847 00000000000000000003997dc7c5558f6df804848f72b8616089e6cb25013e8a 2,838 1.00/1.00 vMB 28
763,846 763,846 000000000000000000072957c620bd201bea5224a3070d7cb7e2da7500da49ad 2,158 1.00/1.00 vMB 10
763,845 763,845 00000000000000000006a94831e30f8284010c69ba63d6106ca8e6ac364d5b54 1,290 1.00/1.00 vMB 6
763,844 763,844 000000000000000000016291152f826b0f0c60ad7450eb43a0b63433cc4c5526 1,635 1.00/1.00 vMB 20
763,843 763,843 000000000000000000030f216db8f7bbf061fdb01bc1b189c91b4834ab2867c2 3,552 1.00/1.00 vMB 35
763,842 763,842 000000000000000000033dacea228e2e3bebcb4712bc0a326dab25ec0e0f5232 2,640 1.00/1.00 vMB 29
763,841 763,841 000000000000000000017e5ba281079099bc7b5e753e99851681a070b5218769 1,426 1.00/1.00 vMB 9
763,840 763,840 000000000000000000057d224cf6f82af466f7ed1f6b36dfebd209141f5f1558 1,818 1.00/1.00 vMB 17
763,839 763,839 00000000000000000003dc69280d1a8109aecbdb0ad8777c93d72a05e5f8c7fc 3,729 1.00/1.00 vMB 15
763,838 763,838 00000000000000000005acc556a9c8377882fe74574c30a4c18bf12d168fbdea 3,121 1.00/1.00 vMB 31
763,837 763,837 000000000000000000031548e9b1f027591db4b79a91f65e0e819561770a539c 2,296 1.00/1.00 vMB 18
763,836 763,836 000000000000000000028fdbfa7aff717fa23fc7c793d043280fb4ead2fccd22 1,570 1.00/1.00 vMB 14
763,835 763,835 00000000000000000002f0addf2ad76780cea6f6bffa6adb069d8a97eeec6aac 2,795 1.00/1.00 vMB 20
763,834 763,834 00000000000000000004f7051c3d51a6c97daae11e69424c89d40b8d51f20985 2,386 1.00/1.00 vMB 21
763,833 763,833 0000000000000000000273feb865f5d7db417c532905c864cb08c49b3575d4f5 3,147 1.00/1.00 vMB 40
763,832 763,832 00000000000000000004d1c6753540762511e49c04e59df3a4dcd0510f8c5865 2,656 1.00/1.00 vMB 28
763,831 763,831 0000000000000000000013eb7aed1c38904e21d7cd6db8ae007eb34737d2b75a 3,386 1.00/1.00 vMB 35
763,830 763,830 00000000000000000003ee0a0bbe29c84d6de2ac3ebdb7bc6e2bdb0f76d8f6bd 3,148 1.00/1.00 vMB 42
763,829 763,829 000000000000000000011b4d149396fe3a0efb715a562f4f6e4f418a09d2b272 2,820 1.00/1.00 vMB 24
763,828 763,828 00000000000000000002e872032d23f8d31b1272bff646c96d0325880f2c1b1e 2,124 1.00/1.00 vMB 43
763,827 763,827 0000000000000000000291962c6c3c4d3d886692d89609b7e77638f97fa120c0 1,226 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.69 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: 628.68 GB
    • Received: 11.82 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.