Loading Tool

Explorer IconExplorer

Memory Pool

29,192 transactions
28.42 vMB
0.08895367 BTC
Random Selection Loading Transactions
Max Size: 136.85/200 MB

Candidate Block

Mining Attempt 743dc44ea27485b7c5f40149a84b1849e22f8a2010b4ac015179ffcd68892bd0
Version 20000000
Previous Block 0000000000000000000125843996ba510aff6897669d1d413a568828e2ec36bb
Merkle Root aa8d7047c5a10e23def9edcc189f8dc77b066df32fe10f3e5c1a2a0eb5b314d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,437
Size: 1.00 vMB
Total Fees: 0.03319239 BTC
Feerates: 195.69 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,499 (912,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,828 1,828 0000000028455cf2ba62501997535a626de2593fa518ebe6f16a1ca1b4152506 1 0.00/1.00 vMB 0
1,827 1,827 00000000bcd40ddb0b2d1bc0ad1d0f8f41ad7305807bd16a56368938bb9ab842 1 0.00/1.00 vMB 0
1,826 1,826 00000000efbdf566f567a94898f070001a65dc36014122121dac3528713053e2 1 0.00/1.00 vMB 0
1,825 1,825 000000009ac0d790d7b6cb821ffbe69985fad7180c29ad5428c7e4bebe8cb9c3 1 0.00/1.00 vMB 0
1,824 1,824 00000000fa225dd8ab95710b09a2fcba3d41e0bff4a9aeadc8b9d6350c6ba152 1 0.00/1.00 vMB 0
1,823 1,823 000000006dcc6e5f51c50b5342c78838934f0f63b4a47ef4c10085dac676dc0b 1 0.00/1.00 vMB 0
1,822 1,822 000000008bc9da374bee05cc7061dfeaea16ccbd6fe9504838d86429c0eeea05 1 0.00/1.00 vMB 0
1,821 1,821 0000000032a05d688e5222d231cdc902d84c7844b7032c2d9f4406252ec4284b 1 0.00/1.00 vMB 0
1,820 1,820 00000000bf0e8af2f742d16f5e32db76e0d3db000c6e5b801f50969acf751cd7 1 0.00/1.00 vMB 0
1,819 1,819 000000000899755362c2f34a721fbab4b09f6a33dc086336f969ec58a5a3c112 1 0.00/1.00 vMB 0
1,818 1,818 00000000c8d16cecdd439a975b05154b1714a25761c02694855f82c2526d43d9 1 0.00/1.00 vMB 0
1,817 1,817 000000002da76fb5927a7e9dfe2ad20868164680ae45c8ac9d7a91456979b3da 1 0.00/1.00 vMB 0
1,816 1,816 00000000feefa3cf0b442a9be3687761f4b231ea761e009f36650e7873301e78 1 0.00/1.00 vMB 0
1,815 1,815 0000000031083eaf072006f0f4a9d056ce067f886ffc260be7e8d1512a720996 1 0.00/1.00 vMB 0
1,814 1,814 00000000d4a3016ed192bb889ac5e9b785751dadcc96272d23f839bb4916841e 1 0.00/1.00 vMB 0
1,813 1,813 00000000fe2351603896e6e3949ec34bd4abd89af022c8f312b943b542d1f717 1 0.00/1.00 vMB 0
1,812 1,812 00000000089b370bfcd7018fbfc74f0269d4c658c7be88fefbf678202b1ed0ad 1 0.00/1.00 vMB 0
1,811 1,811 00000000e04fb2b1746560fe55b178949972bcccd10d40474138d00f67592115 1 0.00/1.00 vMB 0
1,810 1,810 0000000047d5a0870320bfe1a147312bc5a042d8e3e25dcf1bb72b5a7f23ac65 1 0.00/1.00 vMB 0
1,809 1,809 00000000d648126dda6e110d9b04870bcdb4063eff02538d84a1212208feabf3 1 0.00/1.00 vMB 0
1,808 1,808 00000000ffd7ae8a525d0083ee8384e13a6cbe1f1218f9ae26a637fbc2093a05 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.50 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: 612.22 GB
    • Received: 10.97 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.