Loading Tool

Explorer IconExplorer

Memory Pool

45,867 transactions
28.62 vMB
0.07432564 BTC
Random Selection Loading Transactions
Max Size: 151.99/200 MB

Candidate Block

Mining Attempt 666c1b9a859be51e7d3a917deb6ab1ca4a8b7c5fded92ecc7bb5d217a7f4d52c
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 6b7e08b33dba1c060ff897af4013e1705a3d256f3478e122d6b1ef826ae5cc91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,355
Size: 1.00 vMB
Total Fees: 0.02008439 BTC
Feerates: 361.66 > 2.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (88,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,676 826,676 00000000000000000001c7e66e37a1ff78132897dbc6c2d7c24d0a994e7782c1 5,214 1.00/1.00 vMB 45
826,675 826,675 0000000000000000000035629c4a94e636b36a30e428a5d519ba0651ae472d2d 4,259 1.00/1.00 vMB 50
826,674 826,674 0000000000000000000077c6a8f6de5850f2a0234e904c881fca4d7d06e35a5f 4,238 1.00/1.00 vMB 46
826,673 826,673 00000000000000000002e0477bf3006584d475f418d800d649fa02abc9c72295 3,931 1.00/1.00 vMB 54
826,672 826,672 00000000000000000002f9bcaaf51c430061332156b4be013ec77a498ee3432f 4,252 1.00/1.00 vMB 47
826,671 826,671 00000000000000000003bcf29602864b6b675333ef9400369564fbe77a896ba8 4,250 1.00/1.00 vMB 42
826,670 826,670 0000000000000000000252d329fb406971e21afb84e3b67b975aa88d497f19c5 3,968 1.00/1.00 vMB 45
826,669 826,669 000000000000000000039db9fb36dc1bb21e2b01b98eab7b87340f61267b01ff 4,728 1.00/1.00 vMB 48
826,668 826,668 000000000000000000020e32174ab7c9308bb25fe2894cd59ce73c410a2dd533 4,357 1.00/1.00 vMB 52
826,667 826,667 0000000000000000000380963fc705c9a0760f5a42522667cb5b7e1b2ce8fc0e 5,153 1.00/1.00 vMB 44
826,666 826,666 000000000000000000015fae6c2ad7df8cb4424632f9a85f6c39dca12a1fd385 4,071 1.00/1.00 vMB 50
826,665 826,665 00000000000000000001a9ad0c4a59a967a66be300e5001f871f7ebb7bf119fc 3,845 1.00/1.00 vMB 60
826,664 826,664 00000000000000000000998976f67ebe8d9337a4d88da7743a974eef7ee1fb06 4,601 1.00/1.00 vMB 48
826,663 826,663 000000000000000000038f6faae02cbd8aa0e77fd603648fa3358028cc1fd0fc 4,598 1.00/1.00 vMB 53
826,662 826,662 00000000000000000003ac93f150c9affc3a420faccbe443ea0128d6edfddafe 4,819 1.00/1.00 vMB 39
826,661 826,661 000000000000000000003d7a15d8eab7c53d515e8c9f66ac9abdaa3370a4413e 4,978 1.00/1.00 vMB 48
826,660 826,660 00000000000000000001ccaca264d03c252e8f56364ec91f463e67002e3affd9 4,631 1.00/1.00 vMB 49
826,659 826,659 00000000000000000000a486279494f080286de37eb2b857cc9582034971075a 4,203 1.00/1.00 vMB 52
826,658 826,658 00000000000000000001a46e48695eca449007e69a914c3784c04154f722b11b 4,597 1.00/1.00 vMB 53
826,657 826,657 00000000000000000002c6a89f61bb994722e6f3f05b3b1ae224318254c8d7fb 4,362 1.00/1.00 vMB 53
826,656 826,656 000000000000000000004ea684268702b272ed0044c12f20875573aab86ae657 4,913 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.12 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: 652.17 GB
    • Received: 13.74 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.