Loading Tool

Explorer IconExplorer

Memory Pool

74,434 transactions
29.59 vMB
0.09382949 BTC
Random Selection Loading Transactions
Max Size: 171.92/200 MB

Candidate Block

Mining Attempt 55c8898ab5b60392c4d9eda7d529eb17ad12eaf9dfdef96aed95233ff72016d8
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root dfd131f2f0ef280bc2f5c8a9821ac4e1f76b9f8921e7d908aace1e9c885f0933
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,590
Size: 1.00 vMB
Total Fees: 0.02552103 BTC
Feerates: 150.36 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (427,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,710 487,710 000000000000000000bb9040b33f75abeef48309bc383c6a1888d27b14addce4 2,485 1.00/1.00 vMB 120
487,709 487,709 0000000000000000001269cbae3157262c79aa8e6aab2402dd4d0b537d2cb782 1,707 1.00/1.00 vMB 41
487,708 487,708 000000000000000000645d7c341553df23ed4b58dde0204dcde872dcfd67f1e4 2,415 0.93/1.00 vMB 96
487,707 487,707 0000000000000000004f67a0b7a627ed0de4094f25a2697f462904e7fe92f3dd 2,145 1.00/1.00 vMB 111
487,706 487,706 000000000000000000fac565a64b68bc7538884cda503b429c0fff0e65a6c537 2,036 1.00/1.00 vMB 127
487,705 487,705 000000000000000000563d8a1e68fd5cba76265cbdec3d3150edc691e3ecac2b 2,580 1.00/1.00 vMB 137
487,704 487,704 00000000000000000025b31577eafb823558edcca206a4cc95a9e4d1a428a39b 2,443 1.00/1.00 vMB 131
487,703 487,703 0000000000000000007457a0048afa55b3c23c615f0217e8c4a4ad3067037e98 1,936 1.00/1.00 vMB 121
487,702 487,702 00000000000000000082b637de0305d6e454848ba6f5e44688719f671611fd25 2,347 1.00/1.00 vMB 162
487,701 487,701 000000000000000000d9b428c291e8693908b05b0c838126cee47c373a0736b8 1,977 1.00/1.00 vMB 66
487,700 487,700 0000000000000000008b8e7cd2984358c5217b2109f8a212c9b66e0d850cad62 2,467 1.00/1.00 vMB 54
487,699 487,699 000000000000000000793fe5c2d4ea36e37b495f1e9ba3f3f67670d82702e368 2,444 1.00/1.00 vMB 103
487,698 487,698 000000000000000000b91de67b8e8b12821d8a4428635d007a853cf9115c5373 1,753 0.88/1.00 vMB 94
487,697 487,697 0000000000000000008a4a87a2fa7a7d947ddcfe11c00101f87985745861ede4 2,460 1.00/1.00 vMB 120
487,696 487,696 0000000000000000009a0d3b99161b22fca0c18690fac2631a302d4006883d85 1,421 1.00/1.00 vMB 149
487,695 487,695 0000000000000000004e5e432587f551be18ae7050335669fb8af40dfe3c927e 1,501 1.00/1.00 vMB 143
487,694 487,694 0000000000000000006c3e37c06f8ca21776b6e02c4503c260a6be1297a455b4 1,811 0.98/1.00 vMB 158
487,693 487,693 0000000000000000002a40bba8b5674afc38ed7f4dbeddb2f7993f6fe66c4cbd 1,734 1.00/1.00 vMB 111
487,692 487,692 00000000000000000022701493e471f25fc936d0b12a25fc4008c0049e415eb7 2,364 0.97/1.00 vMB 134
487,691 487,691 0000000000000000004f56b43089180a74207fa5c94514e3faa00ee9aa76733b 1,338 1.00/1.00 vMB 69
487,690 487,690 00000000000000000023e37014f216e40a5f60824bfd7c198ad7df8d6de1edd4 2,209 0.96/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.