Loading Tool

Explorer IconExplorer

Memory Pool

108,356 transactions
21.07 vMB
0.06702148 BTC
Random Selection Loading Transactions
Max Size: 163.35/200 MB

Candidate Block

Mining Attempt 484e0945e8f63f10e4fbb19921c9640baeafe5c03e6beeeeb92a49cd1cc9d4d9
Version 20000000
Previous Block 0000000000000000000015b2e58c39b10ec998405e3d8d78315fc96c8f720d6f
Merkle Root cfb1af8de8d4730731046b897bb0d472d6f6323d33e0528d4f952dad568259ec
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,785
Size: 1.00 vMB
Total Fees: 0.01368592 BTC
Feerates: 17.31 > 1.37 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,704 (619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,085 916,085 00000000000000000001021ec57904a4bdc37fa530a43816322a0caaf0f4c94d 2,189 1.00/1.00 vMB 2
916,084 916,084 00000000000000000001b42facaff8a4eb36663db84b24a7838eca64cd9b2eaa 3,204 1.00/1.00 vMB 1
916,083 916,083 00000000000000000000e25ba575cd56c31905644fcf4a7f0ff3dc9a32feecd8 3,380 1.00/1.00 vMB 3
916,082 916,082 000000000000000000016a74268038baf30fcfc06d6f1ddaf4acd5889c2e4d11 3,761 1.00/1.00 vMB 6
916,081 916,081 00000000000000000001a751891cc37ac8d9bd372e8382bec0a646957cc0ec89 5,053 1.00/1.00 vMB 1
916,080 916,080 0000000000000000000171792591f6df797070aa21872df49e4132d5880e0926 524 0.11/1.00 vMB 3
916,079 916,079 00000000000000000000b62d6adfbee67b39056e841524473d8e419d3e5312b5 3,511 1.00/1.00 vMB 3
916,078 916,078 000000000000000000017590cae238dd765f7ca3d7ddb4ea46d35094013b178f 4,348 1.00/1.00 vMB 3
916,077 916,077 000000000000000000008ec9caaee9bb5df2da0925a8c8452f34c75ef631e8cc 3,498 1.00/1.00 vMB 2
916,076 916,076 00000000000000000000b7bac6595d21a43a1aa5fe17f1b4a0e4537845029887 4,254 1.00/1.00 vMB 1
916,075 916,075 00000000000000000000cb9d5c5a1acf8ec0a1acb10e4ece036539a1bdec6892 3,380 1.00/1.00 vMB 2
916,074 916,074 00000000000000000001c0a193b32f74a2cab1362bcd51f06eddfb8374a9767b 3,868 1.00/1.00 vMB 4
916,073 916,073 00000000000000000001b768e03a53a5f50cda4e92789b9a98b85d2e22d3a048 2,531 0.93/1.00 vMB 2
916,072 916,072 0000000000000000000014400c9b528fc861a2a9246d20dfde5cbe3f97003e08 2,465 0.83/1.00 vMB 2
916,071 916,071 0000000000000000000147d8869191e6356913155fa2ec1d2aa4ea25023097eb 5,272 1.00/1.00 vMB 1
916,070 916,070 0000000000000000000008672b96d37865917d5056890a1d42a10919b3bf70bc 4,164 1.00/1.00 vMB 1
916,069 916,069 000000000000000000011cc0dbb60c9ebf977149e0d0e74535a999385edd25d4 2,915 0.94/1.00 vMB 1
916,068 916,068 00000000000000000000b694b47b227a1fbc73f1f615ff7acd6d6cd4f3409c30 3,619 1.00/1.00 vMB 3
916,067 916,067 000000000000000000008bb6d197e168c5189b29ebae901a29f40c9a3839b587 971 0.36/1.00 vMB 2
916,066 916,066 000000000000000000019f6e27d4a823a7df5e2f7c9318be6590b808f317fa3a 6,843 1.00/1.00 vMB 0
916,065 916,065 00000000000000000001b2bf6b7753fdc9fbbb8348049fe23d8db04159d1c167 3,426 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 785.32 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: 958.12 GB
    • Received: 28.61 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.