Loading Tool

Explorer IconExplorer

Memory Pool

37,359 transactions
19.76 vMB
0.06884974 BTC
Random Selection Loading Transactions
Max Size: 108.44/200 MB

Candidate Block

Mining Attempt e78bcceea003b94e4ef22ac46b483023c0aa95501004f3ef19b62cbd207edc6d
Version 20000000
Previous Block 00000000000000000000b7e3c4d404ce21a5981bfb0b74a10e8d1383b77d0e63
Merkle Root 04d4365c857b81cf4f12310c326e5f164a25a3bb23fa5e2704c25c1eaec8841d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,577
Size: 1.00 vMB
Total Fees: 0.02995352 BTC
Feerates: 308.18 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,114 (784,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,990 129,990 00000000000005fd8587e4d7c2b8aea971f616806b28f047f1de51a89d105af9 1 0.00/1.00 vMB 0
129,989 129,989 00000000000015192edb9acee623e0cbfff60ca8cc4f2bb9e11c35781c5f90d4 33 0.01/1.00 vMB 1,007
129,988 129,988 00000000000003e0940d90d9d78f08403c9859ded003d3233f748f21842c709d 1 0.00/1.00 vMB 0
129,987 129,987 000000000000040502abf659fa8d4f5064ba9901c1e462a2d4f5600f8165752a 13 0.00/1.00 vMB 645
129,986 129,986 0000000000001430ba53f4510df8ca6b245fd54615387c625469127299820256 3 0.00/1.00 vMB 0
129,985 129,985 0000000000000ef20c7bed15d98b22ba82e68b2bb264cff70728dfc090810959 33 0.01/1.00 vMB 5
129,984 129,984 00000000000000acc583bd6801ed57ffd8774c4d3f31702c9d000482b574a1a2 24 0.01/1.00 vMB 872
129,983 129,983 000000000000021589a865eb403c14056d16aeca182d3ffce819fbeedcee88a3 14 0.01/1.00 vMB 845
129,982 129,982 0000000000001841493947120974631d10c792cf0c5ea2261d05349fe79ea628 96 0.03/1.00 vMB 502
129,981 129,981 0000000000000a1153c8d2994d1b0fb826460eb59d03281ef94da827267f01a8 19 0.01/1.00 vMB 1,602
129,980 129,980 0000000000000beeb6303d155c543eb2322d86a238c2e9c610774e79d4ca17b3 34 0.01/1.00 vMB 863
129,979 129,979 0000000000001209b969a2f2e3f684840bd414ba9c874ee91758094ba0f563a7 42 0.01/1.00 vMB 94
129,978 129,978 0000000000000ad246fa5edea7aa5ddd1e0a2b15857f33954e4a7bda689fd952 158 0.05/1.00 vMB 51
129,977 129,977 00000000000011770f31c86f9fe0e614a2c7b15892f998f92b376d5319a7a854 28 0.02/1.00 vMB 827
129,976 129,976 00000000000003ddc5ccb26997e9074ba7cbd5f4a7ec01f9c35ad257fe653504 17 0.01/1.00 vMB 564
129,975 129,975 0000000000001a4e1165055cb53b2d59090ae7b1363d7638591040ac797c64c6 60 0.02/1.00 vMB 1,574
129,974 129,974 00000000000007da1148c0f4874293a956bccefa8fc6275c74a0b9e33ef1fb44 31 0.01/1.00 vMB 560
129,973 129,973 0000000000001a81420b6e3fefb70af71b16411132825e0e0b431e8ca00902c1 75 0.03/1.00 vMB 912
129,972 129,972 0000000000000a65c5384cb07b393e3f1a68b7293cac7096dd927924268c13e5 8 0.00/1.00 vMB 2,515
129,971 129,971 000000000000104d8a7af0a4a67bf8913f6932f39fa13e50ebf9c4c01d105ded 14 0.01/1.00 vMB 2,371
129,970 129,970 00000000000011752e6a786ae6b57c5ce3adfb4a4787de140968e77509b67f11 10 0.00/1.00 vMB 834
Previous 10 blocks ↓
Total Size: 780.80 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: 559.78 GB
    • Received: 7.29 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.