Loading Tool

Explorer IconExplorer

Memory Pool

79,308 transactions
29.69 vMB
0.07689627 BTC
Random Selection Loading Transactions
Max Size: 178.09/200 MB

Candidate Block

Mining Attempt ae420be250115d2ab47f60613129683c9e9ad895d8c89e54d85c0c4d94193211
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root b5ff3a179cd3f0f974c46284798c85535254c46780df8f5d61946d3b94b3f987
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,811
Size: 1.00 vMB
Total Fees: 0.01629318 BTC
Feerates: 313.32 > 1.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (751,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,372 163,372 00000000000005b60bed69be29c0334d549ad9683b732f8577e25686a5fe6d2f 55 0.01/1.00 vMB 6
163,371 163,371 000000000000093f6bbe8831b4e45a41fd1554b1db5e33cfabffa8d2b2e1ba51 46 0.02/1.00 vMB 309
163,370 163,370 00000000000000cdd136dc7c59b178a18c6640e33c9146f3f9e64452c9f5031c 56 0.03/1.00 vMB 139
163,369 163,369 0000000000000c9f9f4028a4c46f7ffe5f16a38121921c0305d8a3194ff9873e 126 0.04/1.00 vMB 1
163,368 163,368 0000000000000048567353a28610ba10375850ca291014e2fda18ef216dc2033 110 0.05/1.00 vMB 169
163,367 163,367 0000000000000633d6d7696008d0687ce4d9e0c450d623d3cdaf156e5903ed45 7 0.00/1.00 vMB 0
163,366 163,366 00000000000005323a0056ce3049b2e2241d34a9d234cb6bc3d588dde2ddf6a5 42 0.02/1.00 vMB 160
163,365 163,365 0000000000000270c0d9847804050b5aeabcf9aee220bca0f6a78c28b6e0b68f 116 0.04/1.00 vMB 102
163,364 163,364 0000000000000acf2c728088d534218cbb9b69c6fe33f73ed360ba7e90622867 78 0.03/1.00 vMB 65
163,363 163,363 0000000000000a7764ef22c2ff119ef170e4e0ceaf626a3453aac299c293edac 34 0.02/1.00 vMB 192
163,362 163,362 000000000000042b45aab74e4be348425d18e7e73256c1b867cfd469423266e1 18 0.01/1.00 vMB 360
163,361 163,361 00000000000009b593156446f89c0b0fe0408f555245c467e8d37827f918a9f5 10 0.00/1.00 vMB 411
163,360 163,360 000000000000004b46d6116662c1be4298bc951f583e88aaf2ce7672a13051bf 34 0.01/1.00 vMB 31
163,359 163,359 00000000000003e9b7730528cf9e3670b509b89e4ce54324209e6a09ab463db1 8 0.00/1.00 vMB 133
163,358 163,358 00000000000001cf7e2167126b5f2bf259f691f175e9a6de0d5a5ac4b7c155d7 23 0.01/1.00 vMB 23
163,357 163,357 0000000000000aae1e887781ff80656f1a577eed2f489e9f0396b629bce3086b 88 0.05/1.00 vMB 162
163,356 163,356 0000000000000a7e8fa0809089c7f8cacdc3491e168a0af4f3e4afc1c3ee3cf9 8 0.00/1.00 vMB 43
163,355 163,355 000000000000005e978591bfc3ce9c660b09b266fc655f6bf025ee8ad62b001a 12 0.00/1.00 vMB 350
163,354 163,354 0000000000000ca1463152dfd29f468fdcac3a840c522c736edca852cbae7b5f 13 0.01/1.00 vMB 233
163,353 163,353 00000000000004a85dbeb47be83d2d9875150392e07161c8dfd66810f8ee71a0 9 0.00/1.00 vMB 371
163,352 163,352 00000000000002b6d54858439239edacc8ed87697e5212548a00dbabf91494c3 6 0.00/1.00 vMB 570
Previous 10 blocks ↓
Total Size: 782.42 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: 665.41 GB
    • Received: 15.13 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.