Loading Tool

Explorer IconExplorer

Memory Pool

39,273 transactions
27.51 vMB
0.06915501 BTC
Random Selection Loading Transactions
Max Size: 140.34/200 MB

Candidate Block

Mining Attempt 40ba4f391d40f4773a2c4481071b91e6720f6e39c32f3a4d7c4f7e27b05bdea7
Version 20000000
Previous Block 0000000000000000000205a7754b9683bd3803bdf38e1a942268db63b46eb04a
Merkle Root 384defdd73f4dad969a5d1bcbe5ec18c02bf4f64347b72e57a05ef51e4ea642b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,030
Size: 1.00 vMB
Total Fees: 0.01685450 BTC
Feerates: 100.56 > 1.69 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,637 (173,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,208 741,208 00000000000000000001fd864376da1a0e9fe4df340c078561dcc6df035c9926 2,357 1.00/1.00 vMB 33
741,207 741,207 00000000000000000002b5558b5ef52c2a12d737f85eb07f8dcd2d6589838395 2,457 1.00/1.00 vMB 20
741,206 741,206 00000000000000000002c277210111e51f74f3d5852e48e080c24eb998acdadf 758 1.00/1.00 vMB 16
741,205 741,205 00000000000000000006fe41c1ee705020e7ec49d7f5f090d5fa061b21180105 1,166 1.00/1.00 vMB 16
741,204 741,204 000000000000000000083be66f0283755da105754133513ddeaca9dfb1037f0c 2,525 1.00/1.00 vMB 25
741,203 741,203 00000000000000000003c22bceed7e9eb3a4cffe57665fb4286131ff48a620ba 1,912 1.00/1.00 vMB 37
741,202 741,202 000000000000000000033419480cd6dd789ad78fb31bacd430189b62f98f8c42 1,983 1.00/1.00 vMB 23
741,201 741,201 00000000000000000004eaa1a99f371e6f03651826e63736f2e1ebfb7d3fcb0c 2,666 1.00/1.00 vMB 25
741,200 741,200 00000000000000000000910d564dc34481675e7eb6a1fab8cbf185828df3b3b6 3,022 1.00/1.00 vMB 17
741,199 741,199 00000000000000000000f46a25d58c6baf2821cba1cc2fbd84072e5d66cbeca2 3,076 1.00/1.00 vMB 18
741,198 741,198 00000000000000000003540ba192b646d746ad5e1039069bf5f799fe05a0df3c 3,265 1.00/1.00 vMB 26
741,197 741,197 00000000000000000007c75d9587019f208e0d7710651dc969be43c4832f1fe8 3,846 1.00/1.00 vMB 20
741,196 741,196 000000000000000000017cff95558d92fd064f13d62dadd70e6ae4961ca5cf04 3,943 1.00/1.00 vMB 23
741,195 741,195 000000000000000000060bdb038d8152184ec4528d4ab779feb01fbfa87f6325 3,307 1.00/1.00 vMB 30
741,194 741,194 000000000000000000047ccdf9bb6ad0e3ab473c6d4b112c504e8a95fb9ff433 2,964 1.00/1.00 vMB 34
741,193 741,193 0000000000000000000627d715a774f645d4c6df96c3713b689184d5837ba31d 2,778 1.00/1.00 vMB 30
741,192 741,192 00000000000000000005ae59aba572a7fa61c607a8e24df6fb4114f668dbb33d 3,112 1.00/1.00 vMB 36
741,191 741,191 00000000000000000004b45f2f65b87e3400af7908795c9f6b4160552f9cbfad 1,514 1.00/1.00 vMB 27
741,190 741,190 00000000000000000001d0aaa3f1afa01b91fe6667591b074b4f987b54706bfd 3,056 1.00/1.00 vMB 44
741,189 741,189 00000000000000000002d4d7ac2bf01391ae324e395a55cb7c62df4d9bebc283 3,108 1.00/1.00 vMB 23
741,188 741,188 00000000000000000005e03bbeae50d7e347f2af3e03b7e1f4639f18f006d5fa 3,266 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.75 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: 630.96 GB
    • Received: 12.05 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.