Loading Tool

Explorer IconExplorer

Memory Pool

74,097 transactions
27.78 vMB
0.06811989 BTC
Random Selection Loading Transactions
Max Size: 169.02/200 MB

Candidate Block

Mining Attempt 68e2dbeda47353b14f0df6811ab2f08aa67ed970c0c33fd3fa6f318d08a621dc
Version 20000000
Previous Block 00000000000000000000f476e02b0f3a45fc85a1c57118e0d247af7c3400b258
Merkle Root 3faac9c345cdf777aa7cb38980cc529522a4ef3a2caedff3edbd425540820110
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,441
Size: 1.00 vMB
Total Fees: 0.00812700 BTC
Feerates: 37.90 > 0.81 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,588 (827,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,001 88,001 000000000010454e08817326f7032770eb75062476e743cf2715b7510b9ec96e 1 0.00/1.00 vMB 0
88,000 88,000 00000000000ae9e98b82b39a912cdc0ebed97c26376780ac996c84d9ec3264a4 1 0.00/1.00 vMB 0
87,999 87,999 0000000000092e7e786b83327167faa323f8a740ba857ef41d8f63d6c69d3dc7 2 0.00/1.00 vMB 0
87,998 87,998 00000000001e19f5da43ef87dc892ffe64dca0f9fd7afb2815e48202963ed88f 3 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 783.41 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.16 GB
    • Received: 19.80 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.