Loading Tool

Explorer IconExplorer

Memory Pool

79,569 transactions
29.23 vMB
0.12145742 BTC
Random Selection Loading Transactions
Max Size: 176.98/200 MB

Candidate Block

Mining Attempt d7a24632d989af9ee292937b49424fb9c2274bc67ea0d16306e77e460bd30b48
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 5b4b4a4a7ed12cc98e653b2ef5955d73d0eee31ff01cf2273e0bab171a64c689
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.04448758 BTC
Feerates: 301.72 > 4.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (484,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,048 431,048 000000000000000002a72ab09b34f104d6455f576d6798f7896a1a9df7a51516 1,007 0.99/1.00 vMB 24
431,047 431,047 000000000000000002b414787f24ba68f0e0072d897be68da22d2e884312876f 726 0.29/1.00 vMB 66
431,046 431,046 000000000000000001f6c355afe86e1edaa7475bcb96066fa58466fa7c43fa82 107 0.99/1.00 vMB 1
431,045 431,045 000000000000000000dce14707318eb9aa6de179b0a002dd7765484eefe9e939 780 0.99/1.00 vMB 18
431,044 431,044 00000000000000000087369883c1f5d4f5d0e02918ed7d020748e2086233c101 871 0.35/1.00 vMB 64
431,043 431,043 000000000000000000fac11f94599cfee70264ee4dbc36278c60d70bd61cf1c1 261 1.00/1.00 vMB 14
431,042 431,042 0000000000000000006ab3f5f8d9267f9da4d1f66a54e6edacfe8472100e856d 2,252 1.00/1.00 vMB 53
431,041 431,041 000000000000000003b54fa07a464c27b1555811eda9e90526b028f4d7424f91 1,511 0.99/1.00 vMB 36
431,040 431,040 000000000000000000eae60ef878f875c6b336f73bba1c868518f642fc0977e5 2,757 1.00/1.00 vMB 69
431,039 431,039 000000000000000001cc0d9c8bdad0ab9fff4c2a3c664ad7fdb421bd48367a6d 3,063 1.00/1.00 vMB 78
431,038 431,038 0000000000000000022fd28aaecd06f6ab883db8d4f672752a8b7031bbeb44c5 1,851 1.00/1.00 vMB 33
431,037 431,037 0000000000000000016a1f048c957f3317203c9369cd85612c50847c3388a44e 1,836 1.00/1.00 vMB 42
431,036 431,036 000000000000000001785c9f40493ffbb3d05421509e4da3945550ebffce6dc8 1,881 1.00/1.00 vMB 40
431,035 431,035 00000000000000000284e599fd977c996dd602e8f699d1e65401c4ea55fa20e6 2,892 1.00/1.00 vMB 80
431,034 431,034 000000000000000001729af65f333bbeae6830fd40cc766aa9c97b7d93db36af 2,325 1.00/1.00 vMB 48
431,033 431,033 0000000000000000025a97c48f15b4997d9e3e6f0d6a6781519de191bb4c86f9 2,965 1.00/1.00 vMB 83
431,032 431,032 000000000000000002f56611a761f70493a1293dadec577cd04dbd7c9a4b4477 2,192 1.00/1.00 vMB 52
431,031 431,031 000000000000000001c8f6f1dcc64b7e37b07a65c11b535c7121e7656f615d09 2,895 1.00/1.00 vMB 71
431,030 431,030 000000000000000000a46f2533265c0c9a2d7f9552067dd63e04390dc6bdcd02 2,164 1.00/1.00 vMB 83
431,029 431,029 00000000000000000279bb7a6fda3459dabc39886bb0db25b1aa625eb31ac8da 1,831 1.00/1.00 vMB 35
431,028 431,028 0000000000000000037f18fa77c6e837d7764359db593f099db2091bbe7ccb9d 2,573 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.