Loading Tool

Explorer IconExplorer

Memory Pool

46,372 transactions
20.79 vMB
0.05724699 BTC
Random Selection Loading Transactions
Max Size: 118.14/200 MB

Candidate Block

Mining Attempt 8a34ffb28986cbe91db4f6945bb9d6e081aadaffcf7c9384f5ece907de097ff0
Version 20000000
Previous Block 000000000000000000002b32e86d87b3cf8508db31771fa656074b68e0c647d3
Merkle Root 67f4021f94b97004385382b39178cfeede67cb8d3634638dc74b16d27258495a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,717
Size: 1.00 vMB
Total Fees: 0.01566899 BTC
Feerates: 199.00 > 1.57 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,016 (760,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
154,003 154,003 0000000000000842d85a86b3ecc50611367bd90ad20cbf2b7fecc3f65048a1f2 41 0.01/1.00 vMB 92
154,002 154,002 0000000000000008bc5eda0ff3ebd8d2da7c526eb8b59a235f6e333bed72694a 11 0.00/1.00 vMB 336
154,001 154,001 0000000000000cfad9660f9068486ca4fc83ba6e5fcef0ecefc8c7eeb2e0e15a 8 0.00/1.00 vMB 150
154,000 154,000 0000000000000a7446d1a63b8229670aa02d1d9fdfd729b89107fe5d88dacd8e 45 0.02/1.00 vMB 22
153,999 153,999 00000000000003e1b3407316f920e8290e7b283c3c71ca64aaba3a3a7a97651d 7 0.00/1.00 vMB 28
153,998 153,998 00000000000005fd9d6cf1e86b5f54df8e8ed3d9768e4754be0b01ef08d0230a 96 0.04/1.00 vMB 56
153,997 153,997 00000000000005d63f2f8efdc67bd5d04c7928c0615462bc43d590c9b258278c 16 0.01/1.00 vMB 0
153,996 153,996 000000000000078468a5f65baddc37a3a9fe48174913046c0cbc6d5842344132 78 0.05/1.00 vMB 88
153,995 153,995 0000000000000240cc1a43e3bc5186d5cb67f50ed10cbf10831a3a586e27569b 52 0.02/1.00 vMB 61
153,994 153,994 00000000000008f4ca0b6f178d1b853cd2214a3d8925e111ac5fc0f35e047d6c 17 0.01/1.00 vMB 81
153,993 153,993 0000000000000973b72bf3ac660b0ff7f859718e39cd08a35c1cdd182994ee67 56 0.03/1.00 vMB 76
153,992 153,992 0000000000000c2d7c55718b40ef4ec5e5357ff38921888f91fd01fba821f29b 96 0.03/1.00 vMB 7
153,991 153,991 0000000000000761a522868f43fbf39a0002a14d7c2bec36472cc8dc2f34cdad 11 0.00/1.00 vMB 43
153,990 153,990 00000000000006304a6a2ccedc8f17a08f412a8037bc63b17dc4dd5d861299e1 26 0.01/1.00 vMB 98
153,989 153,989 00000000000000a68072db80afb1c3ecb3be9313765c3f8fd5b94cfb804a92ac 49 0.02/1.00 vMB 125
153,988 153,988 0000000000000dbfd47a4d457d12a913c838f133085380149a51c81d14dc365c 62 0.02/1.00 vMB 56
153,987 153,987 000000000000046853bd1b84cf8788c049b3226fb542d496f3d3874634a7bc38 54 0.02/1.00 vMB 1,425
153,986 153,986 00000000000006026974e6501f0e9ef441c877ae36f604419ef9cf0a0bf4c226 26 0.01/1.00 vMB 10
153,985 153,985 00000000000002bcadfccc77a7dcd74b8fcf7f9d22445eb430e75910fcb50695 42 0.02/1.00 vMB 66
153,984 153,984 0000000000000d45b2f9ef1ff41b453f95819888919cf918cde833a444027f87 129 0.05/1.00 vMB 96
153,983 153,983 0000000000000ac25d05038906009c337010f11ad1e7ab4375ca0d313ffb8cb5 96 0.03/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 780.63 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: 549.92 GB
    • Received: 6.40 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.