Loading Tool

Explorer IconExplorer

Memory Pool

43,826 transactions
28.71 vMB
0.07093814 BTC
Random Selection Loading Transactions
Max Size: 148.06/200 MB

Candidate Block

Mining Attempt 1551552c2ed8eab45fd57f3d106e2587980e2dd525e4a30d3fcd03da67b57a2e
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root 6fecf9b1491380be29a7b84a43c6298be8384eb0acc89279af817b25c179729e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,210
Size: 1.00 vMB
Total Fees: 0.01515330 BTC
Feerates: 201.07 > 1.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (447,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,010 467,010 00000000000000000107d751410a7a63f29aae5a8d3cb274d61590379a40d50f 2,027 1.00/1.00 vMB 234
467,009 467,009 000000000000000000debea2e5c9e78a84d549e6146c67b995e342c1d452ae5b 1,586 1.00/1.00 vMB 327
467,008 467,008 000000000000000000f424f4852283af7b77d2f8909eac11f9be803204ced9e0 2,306 1.00/1.00 vMB 343
467,007 467,007 000000000000000001ef5aeaba77cf65b6f7352db682d2a5b2289f04655f24ef 2,047 1.00/1.00 vMB 272
467,006 467,006 0000000000000000007674845ce2599b3f669762c00336e6cfaa303857bd9045 2,447 1.00/1.00 vMB 368
467,005 467,005 000000000000000000bf7b2475e8a2ddb6b9060348dd7cde8aa86b6e0cf91b36 2,036 1.00/1.00 vMB 253
467,004 467,004 0000000000000000012a9ba630f9511839a77e8b3be2a74806f68b5ebc9f344b 2,138 1.00/1.00 vMB 295
467,003 467,003 0000000000000000009d07703962bb82046c8afe5fd38a730b207b16aef28aad 2,304 1.00/1.00 vMB 278
467,002 467,002 0000000000000000018f4b339397632a7f8a3ad0af919561b818e00ade631d0a 2,126 1.00/1.00 vMB 324
467,001 467,001 000000000000000001d58b32783aebe8410ed1ca59dc7f45ed5d618386d997c0 2,118 1.00/1.00 vMB 411
467,000 467,000 00000000000000000121c3038bfc464e9e6d9d486fa98c70362650a487d2e9ec 2,228 1.00/1.00 vMB 304
466,999 466,999 000000000000000000f00932ca332937f23ea09040ab7294d3add488336a1359 2,152 1.00/1.00 vMB 410
466,998 466,998 000000000000000001cd6682a9a9e2a871812928a1aebb6d40e23a6e974aeac0 2,258 1.00/1.00 vMB 353
466,997 466,997 000000000000000001b69f18925d687c9d0db069bf7aa200e873bbef992bccf9 2,427 1.00/1.00 vMB 260
466,996 466,996 000000000000000000c6ac8ffb3770d059d128d6b6ac02332d668883ee98f67a 2,026 1.00/1.00 vMB 310
466,995 466,995 000000000000000001c9c7b0539211f49d58825364b330df6bc83227895e6302 2,191 1.00/1.00 vMB 316
466,994 466,994 0000000000000000010901b35b6d43f63a6096ffde340f77b3bf3c37f3cd9964 1,776 1.00/1.00 vMB 432
466,993 466,993 00000000000000000144901d28ccee53e61afc1f8c68577cc5aee4bb0f8d29a0 2,110 1.00/1.00 vMB 314
466,992 466,992 000000000000000000f6f1292128768ff391d8d404833c7d89d073b7eeefc129 1 0.00/1.00 vMB 0
466,991 466,991 000000000000000000bb73a934fb6329fdef1decfad3c797faaa1e8679330247 2,456 1.00/1.00 vMB 339
466,990 466,990 000000000000000000f7a9ece0bca16a69687299776c0fc9f9ce926c96b1bd99 2,168 1.00/1.00 vMB 284
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.