Loading Tool

Explorer IconExplorer

Memory Pool

39,352 transactions
35.27 vMB
0.10884174 BTC
Random Selection Loading Transactions
Max Size: 172.48/200 MB

Candidate Block

Mining Attempt b7f90adac28bf3d81b664bc58a05bf8ba820731262711b66417b4450706b347a
Version 20000000
Previous Block 0000000000000000000013567b40f7b89d13b352d667c6e800680c854ece0722
Merkle Root 43b0515f0c08b51c0fdbe370714af109d202239e6d0dea00749c9146bc4a8267
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,797
Size: 1.00 vMB
Total Fees: 0.02857393 BTC
Feerates: 179.53 > 2.86 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,310 (912,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,916 1,916 00000000800cca5d11742408e3965a84424269df7cecca5896649b1521d22297 1 0.00/1.00 vMB 0
1,915 1,915 00000000739c5e05d27949d20a623f246760e1006c9e6f29ca39c3ceba5a416f 1 0.00/1.00 vMB 0
1,914 1,914 00000000a5dc6a24f52c2f0cde936fa10efe1b31240a04704ca2fbc7dfbf21ee 1 0.00/1.00 vMB 0
1,913 1,913 000000006ddf1cbfb47499088b01454401df2dfe50e759a0ea30b5cbbc99acdb 1 0.00/1.00 vMB 0
1,912 1,912 0000000092bc97af40ddee0acba80b5790e4607aa8e5f541086fefb45c445f6a 1 0.00/1.00 vMB 0
1,911 1,911 0000000015099d9ce70a3da3ab91a7c2ebeba085c0513acee6618351414f4b6a 1 0.00/1.00 vMB 0
1,910 1,910 0000000000d4325fa7c9e97ac69cdf22a6803e925c5297d925fab14fd53e86a6 1 0.00/1.00 vMB 0
1,909 1,909 00000000a5ae2c2c8b85706a041592fd81b9d3f4f56e8e760999003bd1eaed93 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.14 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: 581.54 GB
    • Received: 9.17 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.