Loading Tool

Explorer IconExplorer

Memory Pool

22,067 transactions
11.21 vMB
0.02225492 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.14/200 MB

Candidate Block

Mining Attempt c8c722e290bd870bb6a7e0d872e1f7a038fad95270432e32801ce8ae0f4b808b
Version 20000000
Previous Block 00000000000000000000e19162a3e2f9ebc9baa270d97a06a0e07fa40f94a65b
Merkle Root 54b12cccecb4cc1a7e853ce5d009014c06b237695265f5bf2ff3c3fa25e3aec0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,851
Size: 0.9978675 1.00 vMB
Total Fees: 0.00420569 BTC
Feerates: 18.06 > 0.42 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,671 (665,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,630 248,630 0000000000000016dee75463b65fa181753857f5edbd39f96dc2c4cb4ab21a9a 734 0.27/1.00 vMB 222
248,629 248,629 0000000000000073252725859444f84453c5f895a102218312d9cdd2f93af0d7 69 0.04/1.00 vMB 53
248,628 248,628 0000000000000006da75063f80f0c328e2a3819129dc816a9ee03b1deae46a58 589 0.24/1.00 vMB 195
248,627 248,627 000000000000005013c9e5ebd5b03b4d3bed39aeb2ba88a2dbacf45b6f42456f 512 0.28/1.00 vMB 3,486
248,626 248,626 000000000000000c35ebe20fe23a4576d150c8f88ef0bed24407df7c45c7f06f 31 0.01/1.00 vMB 41
248,625 248,625 00000000000000547a82115774d3302aab0c0268824a7feed9bcfb0e0b4dd2c5 495 0.24/1.00 vMB 138
248,624 248,624 000000000000004862d7fe06fd667c67989043deec2a23290c253764f689b02c 37 0.04/1.00 vMB 35
248,623 248,623 00000000000000171709dbc8763e81b627266c208b1311f6018e4e817b5945ed 486 0.25/1.00 vMB 135
248,622 248,622 00000000000000297d56cce011be76055ef9bbab3bd2627b4fc588e124cba9b3 26 0.01/1.00 vMB 137
248,621 248,621 000000000000002aa946a954a143a67fb143043e7d9321f09dd6ef3ad24d61cd 375 0.15/1.00 vMB 188
248,620 248,620 000000000000002fe154db4966cde56acfcdb56e098d05b11ec7dd1f1e3e0f2b 233 0.12/1.00 vMB 36
248,619 248,619 000000000000003431eb03aae30642c5eea8b19d378a6a3198ebec26eea9e567 685 0.25/1.00 vMB 195
248,618 248,618 0000000000000025c364aea89605bece67e94552eb99c61d90bdf954cae262cd 336 0.16/1.00 vMB 114
248,617 248,617 00000000000000019268fbf76488082d85f0fd29e7423c17cd8d2dcb9931d877 246 0.11/1.00 vMB 114
248,616 248,616 000000000000006d66a943703e5a0d969285633c165cfadfc335c2baa025eb6f 148 0.06/1.00 vMB 178
248,615 248,615 000000000000001c8957cc81a5fda7efc9521822b0f109c4917ec722a9265d9b 51 0.02/1.00 vMB 163
248,614 248,614 0000000000000051ffe6d3eb7dcc43828e1e1f7f4beb9f2725ac030ae30705c5 77 0.03/1.00 vMB 83
248,613 248,613 000000000000004046b6a7c3bc2b7da3aaf611cfda4987e4662d2270811c53d0 463 0.23/1.00 vMB 67
248,612 248,612 000000000000000ac316fbf192e86ed4ee1fa36d249371cdaa5d13dd92e05390 598 0.25/1.00 vMB 149
248,611 248,611 0000000000000046d8ea27e39d7f38ca20678d44d48c8446aafeedcb614adbb0 236 0.09/1.00 vMB 175
248,610 248,610 000000000000007881732ec75bf378c57c98d20e61f443abf3b084160d55bf1f 515 0.25/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 780.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 485.35 GB
    • Received: 3.23 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.