Loading Tool

Explorer IconExplorer

Memory Pool

40,782 transactions
27.25 vMB
0.07670074 BTC
Random Selection Loading Transactions
Max Size: 140.60/200 MB

Candidate Block

Mining Attempt bde2ef5790d41e7fc0e7dda3e69bf7c832d08aea5db73771fc6aaa28fe4b38eb
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root cc9783f885abc519410d648aa4d3f6973532673493d88aa198cc075f5b1a6b53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,022
Size: 1.00 vMB
Total Fees: 0.02471739 BTC
Feerates: 107.72 > 2.48 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (228,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,730 685,730 00000000000000000008375468d9f055df5aa69f4a6a4dfc59a7021a5d6e8320 747 1.00/1.00 vMB 11
685,729 685,729 000000000000000000044dd268712c780d4f5c5c3aed5f576f5f7c2495f943f6 800 1.00/1.00 vMB 16
685,728 685,728 000000000000000000097816a5536d1d0d96ef6b3b890733fa1a2bc732e10b60 117 1.00/1.00 vMB 2
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
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.64 GB
    • Received: 12.21 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.