Loading Tool

Explorer IconExplorer

Memory Pool

80,090 transactions
30.00 vMB
0.11096205 BTC
Random Selection Loading Transactions
Max Size: 180.17/200 MB

Candidate Block

Mining Attempt 02689a1117826e3f1f6362013ed29c8109597e2fb88266bbadbe0a658a93f62a
Version 20000000
Previous Block 00000000000000000000c28f97d0d0f6d7014302f0ff4cb1282347d049fef91f
Merkle Root 9b47872e0593899f5892e6a64bece4347da7814d9b61dce741b5d7c8e26d94c2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,309
Size: 1.00 vMB
Total Fees: 0.03130895 BTC
Feerates: 200.00 > 3.14 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,593 (827,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,997 87,997 0000000000068f5a94e0745d727182689d010a423df20e3e6f5211fc828e2a6b 1 0.00/1.00 vMB 0
87,996 87,996 00000000001b4a470eee116b3034900fddf5616e56838da55d54a34246254456 7 0.00/1.00 vMB 0
87,995 87,995 00000000001919ff05adac32fbb86b4e286ae69ef25fd461c86fb46b6e4e80d7 1 0.00/1.00 vMB 0
87,994 87,994 000000000017cd35756d9d3b9bb354dd5a4e6748d330f22add4216b3f563761b 5 0.00/1.00 vMB 0
87,993 87,993 00000000000e9438802b346f7ac64f8ce07af98f0e0ad3c0ddf577eb0f071098 3 0.00/1.00 vMB 0
87,992 87,992 000000000015f47fedb135e877ea363be6645f1aead40de88990c6450d89d1ea 1 0.00/1.00 vMB 0
87,991 87,991 00000000000fec279d9fb58be571875280ef085451ef2eddde0d5aa926f9f6ed 2 0.00/1.00 vMB 0
87,990 87,990 00000000000db3b20ad74f84b820c32dbdcefd7f5a2903846b30e7e66313c225 1 0.00/1.00 vMB 0
87,989 87,989 000000000006c974632260a5923e1f548370f0bbe01ce8d97e101cee302c0a3d 3 0.00/1.00 vMB 0
87,988 87,988 00000000000bdc1f403d97cdab70cfe1bfc3eebad06bc3b173b95f628df8c1ea 4 0.00/1.00 vMB 0
87,987 87,987 0000000000006993a560baab1365e857f830d12592d6aad4fa4f6741562c1d15 1 0.00/1.00 vMB 0
87,986 87,986 0000000000117042a6f1cb00d1ffd88f4e61b1e13fdde2419c79c6cf0e197060 1 0.00/1.00 vMB 0
87,985 87,985 0000000000143f14c8cdd1eab168327acdc61397aaa98bb3cc4e7d53d09580ff 1 0.00/1.00 vMB 0
87,984 87,984 00000000000084f1cd63c2ef4158922831d8d82bdf27fb82be1f2c5bd2ae0c94 6 0.00/1.00 vMB 0
87,983 87,983 00000000000bb0bf1cdeb1d3de4a70ff8e7f54be0579aefd4901654d76fd57c8 1 0.00/1.00 vMB 0
87,982 87,982 00000000000062ef5c6cbf1275bb335207d7bc7ea4d7e7090c9e66a4941467bb 3 0.00/1.00 vMB 0
87,981 87,981 000000000010cbf591932efddcb4facbfbd0f3e476ddabe114403e97f3b31e6e 2 0.00/1.00 vMB 0
87,980 87,980 00000000000e0b155c95c7ffd2ae62cb1ade02ce20c062d689f1b7b3c3fb2c5d 2 0.00/1.00 vMB 0
87,979 87,979 00000000001a7585e3c12867660965d7fe150871b4f6b63fa8a3db5ba9b0a908 1 0.00/1.00 vMB 0
87,978 87,978 0000000000114ee4ab71a95348686ffaee834fb5678584a2f5056cce1138d4be 4 0.00/1.00 vMB 0
87,977 87,977 0000000000125f318eb9fa52b81e0950c95924a16ec3729233f8e01f04e3abc5 6 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.42 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: 770.43 GB
    • Received: 19.87 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.