Loading Tool

Explorer IconExplorer

Memory Pool

39,597 transactions
28.73 vMB
0.08202705 BTC
Random Selection Loading Transactions
Max Size: 157.11/200 MB

Candidate Block

Mining Attempt 6613f37dd5c14b6897ef04e2589e2169360b39792124929f04e91eb7153c6585
Version 20000000
Previous Block 00000000000000000001604af5513dda10da58890520ba99b2ba27154d3efec1
Merkle Root 76b3a1b14b20d81d5b89cd5cd3f5097caa82d4ea0808ec3e21ebedf8d77cac90
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,995
Size: 1.00 vMB
Total Fees: 0.02699682 BTC
Feerates: 100.11 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,282 (56 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,226 940,226 00000000000000000000ef5a1c628a46a4016f94db6052321672c99f2fc54b12 1,301 1.00/1.00 vMB 0
940,225 940,225 000000000000000000003f7aaf11fad68781ff6996dd6ccdcab34aa4282eba61 2,843 1.00/1.00 vMB 0
940,224 940,224 0000000000000000000150cf40d79157a5b1e9b8334a5a0e66e8abebbab38a1e 4,268 1.00/1.00 vMB 0
940,223 940,223 00000000000000000000d2b03bddcf98455d7080620a471b2d11c577bd7def60 3,197 1.00/1.00 vMB 1
940,222 940,222 0000000000000000000197d9759c145d3e997512567e6ac33e5de42cacae2b9e 3,276 1.00/1.00 vMB 1
940,221 940,221 0000000000000000000155eb0f5548123ad6aa1e263720d422bc309c0a124c17 2,715 1.00/1.00 vMB 2
940,220 940,220 00000000000000000001d3643324e8e78b0ab23f226da3dbc53ad4d86a09f095 2,678 1.00/1.00 vMB 2
940,219 940,219 00000000000000000000ba29811fbce3ab9430cbc9af29f92fce73c9f5b2212a 1,388 1.00/1.00 vMB 1
940,218 940,218 00000000000000000001e4da58c5cd4d2a60c816030e8f4206cf07feecb70424 1,036 1.00/1.00 vMB 0
940,217 940,217 00000000000000000001a0d9221bf055020ad412b56d6fb9d87c702e7edc9378 2,042 1.00/1.00 vMB 0
940,216 940,216 000000000000000000002c31c2ad55b72ef0f320a9205f2af1d000ddf0cc4faa 425 1.00/1.00 vMB 0
940,215 940,215 00000000000000000000afb2e9d96754c69affa2a5458ebf79055e70e6947993 1,683 1.00/1.00 vMB 0
940,214 940,214 000000000000000000017bcebca97fb7345273a827b190e3c19305570b75f4d8 4,037 1.00/1.00 vMB 1
940,213 940,213 000000000000000000007700a37dc3d6a26fccad51bd3393d423516f710c5f94 3,710 1.00/1.00 vMB 1
940,212 940,212 00000000000000000001d5a9dc7e5d6c22168393da63741599b9512df572f10e 3,036 1.00/1.00 vMB 1
940,211 940,211 00000000000000000001670e87d3b446bb61fce29b08d1662f8be38eee337ff7 1,616 1.00/1.00 vMB 0
940,210 940,210 000000000000000000019f0f0523e24fa9dd8a1576f9ca5678f5e4bc9dd71946 1,121 1.00/1.00 vMB 0
940,209 940,209 00000000000000000001b20b7bcdd1a974f498a5a8ad57dffabc6883a190c547 2,127 1.00/1.00 vMB 0
940,208 940,208 00000000000000000001338a1206a1b4be080ce2cd01fb7b00c43f815dd5a928 3,046 1.00/1.00 vMB 0
940,207 940,207 00000000000000000001afe842048f3ab1ac5869cbb0554d08df09fee8e6a5a4 4,362 1.00/1.00 vMB 0
940,206 940,206 0000000000000000000067ed047369392408cccee8673579ce01f1ccddfbf9ef 3,162 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 827.25 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: 4,446.23 GB
    • Received: 241.66 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.