Loading Tool

Explorer IconExplorer

Memory Pool

82,333 transactions
31.15 vMB
0.10943488 BTC
Random Selection Loading Transactions
Max Size: 188.96/200 MB

Candidate Block

Mining Attempt 78ce548206d77dc6ab2d072aafd5217cf17dbb9009698204e8417ed19f66b86f
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 7abe124895e8aa10bf13a28fe686c16cdfa429b5385b0132135d0b6ec11b0aeb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,629
Size: 1.00 vMB
Total Fees: 0.03505444 BTC
Feerates: 803.65 > 3.51 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (133,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,250 782,250 0000000000000000000523427044684134fe22981427ce6454728155940e3c65 996 1.00/1.00 vMB 24
782,249 782,249 0000000000000000000221b293ed28a587c59d621c169d47b3edaaf9ee78fe5f 465 1.00/1.00 vMB 19
782,248 782,248 00000000000000000004a4931347cf620898e23b721877ee453bc917891e5ab1 2,045 1.00/1.00 vMB 29
782,247 782,247 0000000000000000000099074842183c15c268bddbd03a61867460fe6e205d8f 837 1.00/1.00 vMB 21
782,246 782,246 00000000000000000002e93543c3221fb5dc6b064371521e0e74954cd72c76d5 351 1.00/1.00 vMB 18
782,245 782,245 00000000000000000003c0a66747753610d8cc6a9d92d2401ddd8e740a1423eb 235 1.00/1.00 vMB 16
782,244 782,244 00000000000000000004184af5030b4e3c2fb6b92e992ef38a7f96adddddd4cc 400 1.00/1.00 vMB 18
782,243 782,243 000000000000000000007f98e58805b546dff07a09fa2e792db85446aea311c0 120 1.00/1.00 vMB 18
782,242 782,242 0000000000000000000364649765c7ad14a95a3398410ff75eb91ab7294334b5 767 1.00/1.00 vMB 21
782,241 782,241 00000000000000000004b3fb602966768cd111743c9d219e4462c892721526f6 865 1.00/1.00 vMB 19
782,240 782,240 000000000000000000001c30e55e9053d8db3902e67b7be16e8dfa55fd50f09d 1,093 1.00/1.00 vMB 23
782,239 782,239 00000000000000000001cdfd13e1e8b0ec55c0e686e33b44f0d51eaf7f087aee 2,357 1.00/1.00 vMB 29
782,238 782,238 00000000000000000003f45ccfec83307d454a40d8363fd593c04fed274615ea 841 1.00/1.00 vMB 21
782,237 782,237 00000000000000000005cba6dd1e64d51bbdc0609a936c151343cb217440e4e5 863 1.00/1.00 vMB 21
782,236 782,236 000000000000000000026a3aa5d605b5441a48b29e16319ffaebe83c0db74f93 841 1.00/1.00 vMB 22
782,235 782,235 000000000000000000058faa3442815c22378d483b7838e2656e59286baa0b5c 1,322 1.00/1.00 vMB 23
782,234 782,234 0000000000000000000079958eac48f55a58bb8eb4db9ce97c195b2cea3d6cc6 1,466 1.00/1.00 vMB 20
782,233 782,233 000000000000000000047311aec29e3482265fa23e4af357066712bac9543277 1,822 1.00/1.00 vMB 29
782,232 782,232 00000000000000000005235a16ff0e27f281b6a74e685ad8414f456e3c703ef9 1,558 1.00/1.00 vMB 22
782,231 782,231 000000000000000000031771975133f530242f33b9ae01a972a916ba4ab4e4e6 1,185 1.00/1.00 vMB 26
782,230 782,230 0000000000000000000245156bb42d8683d6450da9c00017cdc83cc7fbb0daeb 1,327 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.