Loading Tool

Explorer IconExplorer

Memory Pool

41,465 transactions
27.50 vMB
0.06819355 BTC
Random Selection Loading Transactions
Max Size: 142.22/200 MB

Candidate Block

Mining Attempt 882f523c218de059344f7090a8931529fb85173f8eb8a2e2e7505de99745e94f
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root fa400d1948de90663cc25ea1d3979c28f8b87530c86629ae6eaf96d8e3349ac7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,663
Size: 1.00 vMB
Total Fees: 0.01456696 BTC
Feerates: 100.53 > 1.46 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (228,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,727 685,727 00000000000000000009b8b809486a00dfce078635fbff09f6d71836d03bb87b 1,120 1.00/1.00 vMB 17
685,726 685,726 00000000000000000006ddf59ff4d57b2ae57d7bba0d24c0479c48886a8251d6 2,042 1.00/1.00 vMB 17
685,725 685,725 0000000000000000000ab9b205b91e2112700e24f317f4b0ba0dbfd0d9e993c0 2,065 1.00/1.00 vMB 39
685,724 685,724 0000000000000000000690ca442f16702a52f054d3d34f8d494e57808c37d247 2,402 1.00/1.00 vMB 7
685,723 685,723 000000000000000000043eaeef009baa77d62611a3688775b261fed2bdc39a6f 1,893 1.00/1.00 vMB 30
685,722 685,722 00000000000000000009aa62ab929832925f31a9bf7cdf4eda6d365a6dfbf82d 1,937 1.00/1.00 vMB 57
685,721 685,721 000000000000000000059b77cee11d6c3b0268414243367bb6f5692478189373 1,362 1.00/1.00 vMB 57
685,720 685,720 00000000000000000004f60a2580ff614ad23b071cbe7c2de3b9d2ccf64fa63a 2,001 1.00/1.00 vMB 77
685,719 685,719 00000000000000000001f17b0e4315ff1ab43c5ded4e8d81a6ad22c823ea5dba 2,871 1.00/1.00 vMB 70
685,718 685,718 00000000000000000003692f7efe53e2f70285a8358f6cc37c2671615cfde4bb 2,206 1.00/1.00 vMB 25
685,717 685,717 00000000000000000001b857ecc9f4a0032c3d0178e4065fecd6012b3eade5a9 2,172 1.00/1.00 vMB 53
685,716 685,716 00000000000000000006f9682f14f62a0d01361db9d51f5e8ff186a92ffc0e94 1,681 1.00/1.00 vMB 20
685,715 685,715 000000000000000000033faee6c8d1ff529fc91a2db6bc0ae2b7ebefbff40900 1,954 1.00/1.00 vMB 31
685,714 685,714 0000000000000000000386b8e95d4b3d067f928178e79e19b122e5a254f4c148 1,676 1.00/1.00 vMB 61
685,713 685,713 00000000000000000001e013149fbd87334b9d8c476dc06acbeeb77f795219dd 804 1.00/1.00 vMB 7
685,712 685,712 0000000000000000000cc2f66e691c63ef2912b63b6409e70e7bcae236a9ee5b 1,971 1.00/1.00 vMB 40
685,711 685,711 0000000000000000000040c0949269b8196178296daf2c8796c05c797592c2c6 895 1.00/1.00 vMB 21
685,710 685,710 0000000000000000000d3055b8c228a4426fbcaf8997350cd0a6e5722b5f399e 929 1.00/1.00 vMB 17
685,709 685,709 000000000000000000078df731b1f29b910198bca76710afb53d50f65939ff9b 1,673 1.00/1.00 vMB 26
685,708 685,708 0000000000000000000d48221b29eef2a56412db5711c467e272bb3365d3903e 1,069 1.00/1.00 vMB 16
685,707 685,707 0000000000000000000656fb8c327fdc0428b6d67390699313173c3147cc8d48 1,406 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.22 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.