Loading Tool

Explorer IconExplorer

Memory Pool

88,146 transactions
32.27 vMB
0.17008139 BTC
Random Selection Loading Transactions
Max Size: 195.43/200 MB

Candidate Block

Mining Attempt 454f6169c29ae952df0189c2409075d35fa4d62acc3db747ac1f35553457f3f5
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 567cf6098d5fd64346feaaa73e747f8349d23783f9fddcf117ce7f8af40586f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,593
Size: 1.00 vMB
Total Fees: 0.08229306 BTC
Feerates: 216.64 > 8.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (427,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,720 487,720 000000000000000000d4ee1bddcd044c7a4515e8ec7e2cad3dde5a48f07628ca 2,448 1.00/1.00 vMB 73
487,719 487,719 000000000000000000b36a6efaa8f47b86e3d9a7296dd812b51cd1e968985b2d 2,758 1.00/1.00 vMB 39
487,718 487,718 0000000000000000006abcace6b919cc93ba96855140344bfb1adf09c5d603a6 2,363 1.00/1.00 vMB 102
487,717 487,717 0000000000000000005143abb03fbc1a96c0db69ec06ad5bd89d7c71fa1cc358 2,084 0.96/1.00 vMB 104
487,716 487,716 000000000000000000412ad2ca23467bf7584255cc8290da14c0c88a3883c2f7 1,017 0.53/1.00 vMB 143
487,715 487,715 000000000000000000d74c254a23cbe141c580a0062a7a2cb92439ce26d9c263 2,404 0.96/1.00 vMB 127
487,714 487,714 000000000000000000b655396c8b586f08ee34b9ac510d4437059ae6b88516df 2,292 1.00/1.00 vMB 78
487,713 487,713 000000000000000000a524fa8b585449f98376694a820fdb5d5d0e0280a76de5 2,232 1.00/1.00 vMB 113
487,712 487,712 0000000000000000004c14cf67791a0a732a40f95ff883e7e4b87c8998a2b8c1 1,652 0.97/1.00 vMB 123
487,711 487,711 000000000000000000ece3628ad632a9bdd861b71b27e82f6dcf3beccd87e0c1 2,419 1.00/1.00 vMB 30
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
Previous 10 blocks ↓
Total Size: 782.52 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.93 GB
    • Received: 15.65 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.