Loading Tool

Explorer IconExplorer

Memory Pool

75,157 transactions
28.95 vMB
0.07921819 BTC
Random Selection Loading Transactions
Max Size: 171.26/200 MB

Candidate Block

Mining Attempt c35e886b8366b72d5d0a26f23a510d08939e90028d8afac5d56d77dab3e4eea5
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root d6b5a10b81aeedce29f601aabd40c13a3ac361627f3db1db1d963d82f0838c52
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,754
Size: 1.00 vMB
Total Fees: 0.01884853 BTC
Feerates: 100.29 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (753,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
161,293 161,293 00000000000003cab5affbe44f12029e5988d61e98e2f2a0b9ddbe0a2a1d7907 2 0.00/1.00 vMB 2,283
161,292 161,292 0000000000000af158ca3ac337bb8a7716bad5339fd758481552e6507bc60648 28 0.01/1.00 vMB 177
161,291 161,291 0000000000000cc5402aab86c8cabd8b171726d63af35afd0ed8e4e01ca05deb 64 0.05/1.00 vMB 20
161,290 161,290 00000000000001537e9eafc4c8216350e36e21c2e68e0dadb141a78a53e594b6 132 0.07/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.46 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: 667.93 GB
    • Received: 15.32 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.