Loading Tool

Explorer IconExplorer

Memory Pool

75,795 transactions
28.56 vMB
0.08423163 BTC
Random Selection Loading Transactions
Max Size: 171.67/200 MB

Candidate Block

Mining Attempt 9fbbc8551c8c99f10d9b3758e6f20c7796170f7502678087f407beca2b986cf6
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root 827f0435e697ef3745d13cbfb6fa5493f94d32f6e5c5771549b92ac19bd7016c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,485
Size: 1.00 vMB
Total Fees: 0.01926791 BTC
Feerates: 65.95 > 1.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (789,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,882 125,882 000000000000362d43ddfaa7319b4a2c40280e901b9c48be76cdd6ae4f822c09 24 0.01/1.00 vMB 779
125,881 125,881 0000000000001fa214885736c5c7d65a1917672fa2209bf901ffa0ef749b8fc9 8 0.00/1.00 vMB 330
125,880 125,880 0000000000003b48acec3e2d9f5a70bf8a76ae9409f96b7cbe7ff47cc0e451b0 31 0.01/1.00 vMB 836
125,879 125,879 000000000000143a2cb8c17303eb31026303d1bf1db16ad984508c2bd6de0d5f 13 0.00/1.00 vMB 972
125,878 125,878 000000000000194c46a7998978c7fc94fe2c66f77f278a79b243698825c2e6df 65 0.02/1.00 vMB 1,933
125,877 125,877 0000000000003a41573dccfb0d11b329808e8e8b021e8748bec0d174e3bc3452 2 0.00/1.00 vMB 0
125,876 125,876 000000000000056dbf12cadfcb3df6030d2da7a68ae77c3b7935d53490fb1210 2 0.00/1.00 vMB 0
125,875 125,875 000000000000094ff79f2bff3b517c69c0496fb9144ff9b71e3fa5e68c1f7b1a 14 0.01/1.00 vMB 1,140
125,874 125,874 00000000000041908940e6371321f8d737809998f84d6e1a03aa8df77d8de37b 9 0.00/1.00 vMB 1,470
125,873 125,873 00000000000030bd33c623af4f2c28aa5fb0423468d9044c996d63fa229b3157 6 0.00/1.00 vMB 0
125,872 125,872 0000000000004101df288e0cee3239f9141c859a88952f53e46c6d40aac56c32 73 0.02/1.00 vMB 137
125,871 125,871 0000000000004029ad38fbcdabac4de28a63a6261350499d45300f2c97ed062b 2 0.00/1.00 vMB 3,891
125,870 125,870 00000000000015b3bd49f77ea6df71c9a297b6d67cea94976ee34f4888ea35f3 12 0.00/1.00 vMB 305
125,869 125,869 000000000000077022d8d5cdb91ac6bca40140dd938dd2c823a518273160d7d7 6 0.00/1.00 vMB 2,405
125,868 125,868 0000000000000cfeca66c781eee4a1591060aca185790e1b82d44711103f2e85 12 0.01/1.00 vMB 1,167
125,867 125,867 0000000000001618597c69178e8f0ceeaa2f6304278eba9ecb6911d0e354901b 10 0.00/1.00 vMB 1,324
125,866 125,866 000000000000306915059b57c64fc946f7acf43edc643a4877920638fde74aae 16 0.00/1.00 vMB 1,001
125,865 125,865 0000000000002d080ceac4e5697774063a7395ff928567fdb108e5fe5be085b4 32 0.01/1.00 vMB 218
125,864 125,864 00000000000044444c179c11f8186495853b85ac56a9e6733066629a5ace5fab 34 0.03/1.00 vMB 737
125,863 125,863 00000000000009343586daf611aea10f835b40d7b266bb713948f6e07ca23919 12 0.00/1.00 vMB 1,070
125,862 125,862 00000000000022b3b5016cc3f56fd334252b97332be32b8500124b8a3aa20a3a 139 0.05/1.00 vMB 510
Previous 10 blocks ↓
Total Size: 782.86 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: 712.82 GB
    • Received: 17.23 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.