Loading Tool

Explorer IconExplorer

Memory Pool

37,941 transactions
31.55 vMB
0.08245228 BTC
Random Selection Loading Transactions
Max Size: 156.40/200 MB

Candidate Block

Mining Attempt 30cb37c6e858a0b9cceb2ba0119eb863422bed51df15ea2ef8b79cc8cce80666
Version 20000000
Previous Block 0000000000000000000153f71b7f7eccbb10249914947240c1efe2db5faaa00d
Merkle Root 7cc044dd08208fa4c34da0472a0fbf79ccf5c540ae88398ee1ee20ad05738975
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,615
Size: 1.00 vMB
Total Fees: 0.01863930 BTC
Feerates: 393.72 > 1.87 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,331 (912,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,908 1,908 000000001c3119accc6f62bc92607a4bd4a3878bfeb643ac91b95ca547159ffe 1 0.00/1.00 vMB 0
1,907 1,907 000000002878b44af3dd0ef5065c5846c14b092f842b3a4a5377f0e28bc174b6 1 0.00/1.00 vMB 0
1,906 1,906 00000000340b0d1288adc8d9da2d49e4da89798b3ee29e49b444a00ba6c4948c 1 0.00/1.00 vMB 0
1,905 1,905 00000000424fc94a50bc0390944cb4a73146b5d63be28de97ba901e311f34c9a 1 0.00/1.00 vMB 0
1,904 1,904 000000003cb957c9fdd08737db34b496c5240b50872b8527c660804c35fb6ee5 1 0.00/1.00 vMB 0
1,903 1,903 00000000a281b04becaff7e9d2509afb83861a5b027f814df9d0bda54ce1aa56 1 0.00/1.00 vMB 0
1,902 1,902 000000001ec525370be8bda598710df2b258cddb541c03d0d71fcaeb7fdfb2d1 1 0.00/1.00 vMB 0
1,901 1,901 00000000d77df12843c43e959cf8afbb1b20e3625f698602639bec1635c7eb96 1 0.00/1.00 vMB 0
1,900 1,900 00000000e67f39a80dbba80e5bf130294ef460b89022c7a56c3df76ab2df2e71 1 0.00/1.00 vMB 0
1,899 1,899 00000000f85bd4976e11ba96191cbcc0538e3dc6d094f38c052880edbd8058f8 1 0.00/1.00 vMB 0
1,898 1,898 000000009d05386b0c8db415935befaac2bde702f3a7be03f5edd971003d0839 1 0.00/1.00 vMB 0
1,897 1,897 00000000a9c424b6dbd856f62c4a92754b3a1d8e0e2ab397d1c56b1b46e10b69 1 0.00/1.00 vMB 0
1,896 1,896 000000006ee697af79c396760f2725a7f25ac2265bae2a6f622f81c89d47d083 1 0.00/1.00 vMB 0
1,895 1,895 000000009c8947d18a2f8bf459d370150add628984b5274d729790f1950ab1dc 1 0.00/1.00 vMB 0
1,894 1,894 0000000039f4e3c30b12723e6084ead7a25110ef172e54a3aa70d7c8904ecd9e 1 0.00/1.00 vMB 0
1,893 1,893 0000000028d4d888fb3a640c08a2aed5b26ccbdefbc78066c71d4e8b4c414fb5 1 0.00/1.00 vMB 0
1,892 1,892 000000002a4816882c1c3c88a8f79ac8a5c760dd2f941148e80226024a56d74d 1 0.00/1.00 vMB 0
1,891 1,891 000000000b9b127df1ddd724973613e688ec8e8e8381ec893768e40c0bcb1026 1 0.00/1.00 vMB 0
1,890 1,890 00000000a8a51545d4f832bdc7d613721795024a022ee5146358045179e1b022 1 0.00/1.00 vMB 0
1,889 1,889 00000000bf3fc4c4ab6737df907f613b5aa86373d426b5e86a1009030852f129 1 0.00/1.00 vMB 0
1,888 1,888 000000001ee1d3053357a374d6d9746e80d56a666f3827c92e80e0d1b3f2f2a1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 583.02 GB
    • Received: 9.33 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.