Loading Tool

Explorer IconExplorer

Memory Pool

78,455 transactions
29.96 vMB
0.08671846 BTC
Random Selection Loading Transactions
Max Size: 178.97/200 MB

Candidate Block

Mining Attempt 6bf78fe69d310e882ab476b7f0770fd83983e024b05f05407d3d9c66da58105a
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root e82901fc3d714fa3cc5365a82a031ff54561f5ad3edbcd14445ed6ae1e5ba4e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,675
Size: 1.00 vMB
Total Fees: 0.01805988 BTC
Feerates: 100.69 > 1.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (753,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,314 161,314 000000000000005b34c4febd9596f45966b9b2659a4f8941e3429f3cac241766 121 0.05/1.00 vMB 71
161,313 161,313 0000000000000b40ec8219a99e254841aabccfa1fff936d5e17cd7635e7d2e4d 46 0.03/1.00 vMB 95
161,312 161,312 0000000000000d35fd0cd48ffa7a10275831cdab94238bf412462c0cc40a95d4 51 0.02/1.00 vMB 6
161,311 161,311 0000000000000a0fbaaa8ddf7c151a14afa75d16330d8e612c8fdf5b4cde96b0 60 0.04/1.00 vMB 142
161,310 161,310 000000000000030b4cb0e005663d4884831fff378aa4b0f936d2dbe720638dbf 54 0.02/1.00 vMB 62
161,309 161,309 0000000000000ad24f2f13f44199d6ccf5918014e9262c9e5465ce29da6cfd2c 1 0.00/1.00 vMB 0
161,308 161,308 000000000000043e782ddc09ae6dc63db1a762bf9a240f8de2573d114c211303 23 0.02/1.00 vMB 235
161,307 161,307 0000000000000797818c5a58659383f929173dcf503fe66801615648eb043c50 183 0.05/1.00 vMB 1
161,306 161,306 00000000000002113a627f943fe4c8f9d53b8ffe34bea442ae308e31089c4804 10 0.00/1.00 vMB 0
161,305 161,305 00000000000006c1eb2e209dba027f94f37a748a54b8d1927dcd9940c92fe445 82 0.05/1.00 vMB 141
161,304 161,304 000000000000049504a6c543a0b5d7419bf4b9679da2c511514e40e898829625 171 0.05/1.00 vMB 0
161,303 161,303 000000000000055b4a9cbfc2a935a067f9f8238272ab014e55f84d5f24acc4f9 33 0.02/1.00 vMB 55
161,302 161,302 0000000000000d30840b12e52270275769eba0f7380f59a5429daefc328e3166 31 0.02/1.00 vMB 140
161,301 161,301 000000000000094f3a161f5a7e86e4d4da921feb6b20529443c3840591035373 36 0.02/1.00 vMB 36
161,300 161,300 000000000000011dc73be45709cf36f98bea640384dc689e29bcb5a8beef21f7 51 0.04/1.00 vMB 46
161,299 161,299 000000000000071cbbf5b6266e5dd70db0c6d225afb115f46f2bb8d60ea50f65 53 0.03/1.00 vMB 42
161,298 161,298 00000000000002b61b9d4b6c3e1a4b7dbc40efb91a31e2a2770f68d6a31c68d9 2 0.00/1.00 vMB 3
161,297 161,297 00000000000009dc931be30fa2d0f42304af615e860ffbfd8c3139f8249ca2ec 100 0.05/1.00 vMB 233
161,296 161,296 000000000000061f73f4f0736c2927c33131f2a32c7c97a3d866494bdf84bb97 1 0.00/1.00 vMB 0
161,295 161,295 00000000000003fe8af51ba0c1efde540e9f08573c60a049927351cea68a25b3 3 0.00/1.00 vMB 114
161,294 161,294 0000000000000aaeb9d62d7660b373a1b546a79b34d9d1e81a1e7fada385f795 20 0.01/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.