Loading Tool

Explorer IconExplorer

Memory Pool

41,421 transactions
26.42 vMB
0.05404732 BTC
Random Selection Loading Transactions
Max Size: 138.67/200 MB

Candidate Block

Mining Attempt b37e938db263ad0bc84fc5e331d3f36162c5512306c5a20579f5fe1556504e33
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 5fe7dd4a28251bc74e2a8924ded73182684aa22a865e77076849c5ec35f9d5f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,950
Size: 1.00 vMB
Total Fees: 0.00567267 BTC
Feerates: 100.68 > 0.57 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (182,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,899 731,899 00000000000000000001b9695126e0d02649945a544832bc7013104f95033ffa 79 0.25/1.00 vMB 4
731,898 731,898 00000000000000000000a294299284f092450dd9b0745acfb99bd3e3a84dd74c 1,405 1.00/1.00 vMB 8
731,897 731,897 00000000000000000004163f4e4dd33f011803187b011b5e2a9c121f66837f29 2,414 0.93/1.00 vMB 13
731,896 731,896 00000000000000000001d0bbe9ec22cc4491923b7571f448eeacf4deb0b657d0 2,090 0.68/1.00 vMB 8
731,895 731,895 000000000000000000093f9b85b8ad58715328e90c2c834800fb8f49957ca246 1,521 1.00/1.00 vMB 14
731,894 731,894 0000000000000000000181ace47cc9a63a7e941b0c1f427f806b1a24f041d041 2,111 1.00/1.00 vMB 4
731,893 731,893 00000000000000000006105abdb423bfb08fc570d51dcf1ddc1daf59d7237f95 1,123 1.00/1.00 vMB 3
731,892 731,892 000000000000000000034db3343f318f9bf7d06343b8c02e4b3cb9bc8d9a900a 1,497 1.00/1.00 vMB 2
731,891 731,891 00000000000000000004be3fb0fb98b5cbbc8923db41fe364b1925f67fc1e8ba 2,756 1.00/1.00 vMB 7
731,890 731,890 000000000000000000034dba7b99b4f211bbd3eda58df14850b10549988ad2f1 2,648 1.00/1.00 vMB 19
731,889 731,889 000000000000000000092e98d39f183eb800eb03147a78e42375502f17c22cb7 2,852 1.00/1.00 vMB 6
731,888 731,888 00000000000000000006a918a5124ea0ba74cec7de1038c2b1c32080334fcc98 1,889 1.00/1.00 vMB 6
731,887 731,887 000000000000000000031a53cec98030f420caa3b7c8268c4f7ff0093741b9a5 3,440 1.00/1.00 vMB 15
731,886 731,886 00000000000000000003f8f551d994c7656c78041fbe245cc057e3c958f7b6b9 1,442 1.00/1.00 vMB 5
731,885 731,885 000000000000000000088b7dc461674abf365711cee4e5fe9ec1921c6a35e27a 2,669 1.00/1.00 vMB 11
731,884 731,884 00000000000000000008d81be56d8efacccd4fbb9c17f37d2ff5991df54088f0 2,248 1.00/1.00 vMB 4
731,883 731,883 00000000000000000003f90f506f75ae54f57b12d47042a9d111cfe9f1cf433a 2,822 1.00/1.00 vMB 17
731,882 731,882 00000000000000000001f3460a7d9b2a96c88f8055376d71f3d16b8a28aad0fa 2,462 1.00/1.00 vMB 10
731,881 731,881 00000000000000000008c9b512e39ff51391f04e1a559a09a0713ec40f74d68a 2,724 1.00/1.00 vMB 21
731,880 731,880 00000000000000000005b6c7d27ac3538627bf156da785b065cb6783259c70de 971 1.00/1.00 vMB 6
731,879 731,879 00000000000000000007b3e1bcbb765450b88d9585845cf7c67d1e687404322a 3,029 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.