Loading Tool

Explorer IconExplorer

Memory Pool

83,054 transactions
31.16 vMB
0.16222349 BTC
Random Selection Loading Transactions
Max Size: 186.52/200 MB

Candidate Block

Mining Attempt ada52b23bbf5e970acdcb3ead970bffd330c9944e2e5c90ad90ef38e74df3459
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 4a9efdc9129bd81e8d6a9e363eaea3d71dca18dc1a26a253600c7bfc145974e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.07037466 BTC
Feerates: 150.65 > 7.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (474,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,094 441,094 000000000000000003af952773c088cb0312b5c32883c095436e08e60959e7d5 2,465 1.00/1.00 vMB 68
441,093 441,093 000000000000000002b7bcfe0d3bec4d325717e0fe846588a124a4b825622bd8 2,153 1.00/1.00 vMB 69
441,092 441,092 000000000000000002fb1809a47bd32a9f32c01bcf22d1bf6e593d6d0231bcc2 2,772 1.00/1.00 vMB 84
441,091 441,091 0000000000000000001143d08792d7c6c25e1af1cef26410a019f2fa07d8f9d6 2,155 1.00/1.00 vMB 117
441,090 441,090 0000000000000000011f093e2700aafdc214753f68fc9976b117a4f6e75bf113 2,729 1.00/1.00 vMB 68
441,089 441,089 0000000000000000017d51ee0092e17fd1b48c269e0500a6080c683ea40cb614 2,263 1.00/1.00 vMB 81
441,088 441,088 000000000000000002ed2a5228ac3f8305fda253a17606f86de55beb9ffda245 2,233 1.00/1.00 vMB 91
441,087 441,087 000000000000000001a9158af6d8c01a75fe96ee04e105af5dfc26ab3d9a8b3b 2,223 1.00/1.00 vMB 109
441,086 441,086 0000000000000000038db44d320f7831b21399cdaaec046fc798ef8c4f53af98 2,315 1.00/1.00 vMB 73
441,085 441,085 000000000000000002962c96ac91182af5fdfb1c2a833eb473edf38c5ea6ee1f 2,199 1.00/1.00 vMB 84
441,084 441,084 000000000000000002cc83b02aab7fcbc2cfe0dc64c00a049b4ddaa44cadf923 2,161 1.00/1.00 vMB 82
441,083 441,083 000000000000000002a1fb2cf88fadcbead3bb744e8b72fc9b4111b7b75088e3 2,613 1.00/1.00 vMB 81
441,082 441,082 000000000000000002e525fb2586d907402f6ad32b5a4e2d24d9fa7acc014eff 2,073 1.00/1.00 vMB 63
441,081 441,081 000000000000000001e470a82e62226c406dcf5c7fab557cae40a35d784a1fb5 2,472 1.00/1.00 vMB 89
441,080 441,080 0000000000000000004953adb4f6683a11b285c458e3c4f1278139e3549e53e0 2,475 1.00/1.00 vMB 117
441,079 441,079 00000000000000000380f0269e8f6cc6700c5b4006b85509197244b32ca943fe 2,135 1.00/1.00 vMB 73
441,078 441,078 0000000000000000034e351b68393c17851cf03322ba9be9d4655d1a3b3d6542 2,481 1.00/1.00 vMB 74
441,077 441,077 0000000000000000026055812950597b24442991ea344b32c55ac1a6a98bd035 2,997 1.00/1.00 vMB 98
441,076 441,076 00000000000000000353093ededd5007656270b2f6755ff53633056ff94e378c 2,479 1.00/1.00 vMB 76
441,075 441,075 000000000000000001cac3a20768691630053882853adf53399a3d1a6548ddca 2,671 1.00/1.00 vMB 97
441,074 441,074 00000000000000000301301a8a9da9f1b7729572bf706341729c72e1273cd1dc 1,357 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.65 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: 672.67 GB
    • Received: 16.30 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.