Loading Tool

Explorer IconExplorer

Memory Pool

80,965 transactions
30.38 vMB
0.13183130 BTC
Random Selection Loading Transactions
Max Size: 181.87/200 MB

Candidate Block

Mining Attempt 8d8b9863b7cc04f3d32370eb10813438596a8c5cbd22c0f1d7c9eff4fbc7d4a1
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 4b6efff9b4fecbfb10cb6c1601411c82969b03fb4d7c42c647bbe254ecd542cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,664
Size: 1.00 vMB
Total Fees: 0.05972721 BTC
Feerates: 150.86 > 5.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (215,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,211 699,211 0000000000000000000d0ccf0a576797ee9eca20a9df4370b352e2fd07be2cbd 345 0.16/1.00 vMB 7
699,210 699,210 00000000000000000009efe8ced191bab734b88207da8e673f42517b01ae121a 1,024 1.00/1.00 vMB 2
699,209 699,209 00000000000000000000ac8f3be529b1136ccff08215ff46731bff3cd340a4e4 805 1.00/1.00 vMB 5
699,208 699,208 0000000000000000000bdcb98b3e8fc2d7987a33ce924709e9da68609addc1d8 2,405 1.00/1.00 vMB 15
699,207 699,207 0000000000000000000a33f143f2a2964dbff79ace90f234f6bbfa7b32a3472e 1,804 0.75/1.00 vMB 11
699,206 699,206 00000000000000000005cfbf3e33c51e2583e05403cb6801b6b3559eb55b4c0d 1,901 0.89/1.00 vMB 7
699,205 699,205 0000000000000000000d9b39d7b0d4ea120291da92d0a4787550729055466c37 2,921 1.00/1.00 vMB 7
699,204 699,204 000000000000000000057c57c86d1af0c439b6b3c40a1ce35035369780351a68 1,994 1.00/1.00 vMB 12
699,203 699,203 0000000000000000000d651eaace0873da2537036c6b30b75f82b99516d16bfd 2,234 1.00/1.00 vMB 28
699,202 699,202 0000000000000000000baba87b4a360eae3a8521d51dd6fac88deaac06ee6d0f 674 0.39/1.00 vMB 2
699,201 699,201 000000000000000000053deab0a339d635fbbc9410a393cf8391caccf99409f4 1,844 1.00/1.00 vMB 9
699,200 699,200 000000000000000000022c4ad393f5c9621202bb29eb50c0c1baaf5cb4cd6b3c 2,518 1.00/1.00 vMB 13
699,199 699,199 000000000000000000016b26c5f177b6d46b6b0d75b076037721985a02883608 3,117 1.00/1.00 vMB 3
699,198 699,198 0000000000000000000e0060ac5e019e68233c78d7dbfed5adbce87bab3f6d77 1,039 1.00/1.00 vMB 9
699,197 699,197 0000000000000000000d1bbc549b43d3143b057e0428c0cd220d4128a1c41731 2,473 1.00/1.00 vMB 9
699,196 699,196 000000000000000000080181fdb0e3196b76d4acc1607c502397d47196ef1267 3,101 1.00/1.00 vMB 11
699,195 699,195 000000000000000000017765b8dee61dd60189468caaec576f16d84e7ab559ef 2,736 1.00/1.00 vMB 21
699,194 699,194 0000000000000000000853369ca0ed01c64196f35d7a03ada4332e3bc8452b8f 3,030 1.00/1.00 vMB 19
699,193 699,193 0000000000000000000e35ed4440662d70af00c1fc2c9fa894ba289522149eb8 175 0.09/1.00 vMB 15
699,192 699,192 0000000000000000000347a86434341b43a30b32677e839c628053746589de15 66 0.03/1.00 vMB 7
699,191 699,191 00000000000000000004153be46f7c70dc3f81138b644b8b685f87760803310d 1,018 0.47/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.