Loading Tool

Explorer IconExplorer

Memory Pool

47,921 transactions
27.77 vMB
0.05973711 BTC
Random Selection Loading Transactions
Max Size: 148.28/200 MB

Candidate Block

Mining Attempt 74aeb409ac05700629545965535a15c4187a825f34d52f8036eb5aa0af617325
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root 870ffd84e9bb29dc175499ca0167fe12d596992f99520774cc4dfe54bd36a954
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,187
Size: 1.00 vMB
Total Fees: 0.00746108 BTC
Feerates: 100.00 > 0.75 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (182,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
731,878 731,878 000000000000000000088e0acad72751992965f5ddc4eb5cbe6babd790a71124 3,077 1.00/1.00 vMB 17
731,877 731,877 0000000000000000000252debe04a163d1281aae187ad2163debd8c254e75a91 3,551 1.00/1.00 vMB 10
731,876 731,876 00000000000000000001f7908cfc58f0468ad4aa41a0405143e19fca279bdcd0 3,036 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.02 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: 649.99 GB
    • Received: 13.24 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.