Loading Tool

Explorer IconExplorer

Memory Pool

29,148 transactions
8.52 vMB
0.08085375 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.94/200 MB

Candidate Block

Mining Attempt fe6715624506d4cdc65195bc6ecebca0ebc503bef48fb3a320f785e3cb9c8005
Version 20000000
Previous Block 00000000000000000000dfe1036d7254b06c2dd375bf5f4768672b4c82b08c56
Merkle Root db85008f60f1c5c2b69efde2f451844edf3fa594f80e79a5b2944e8885e1e50c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,192
Size: 1.00 vMB
Total Fees: 0.02985621 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,224 (644,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
268,269 268,269 0000000000000006ee6d5a0c5060a02b46f8eee92481d812540c8e88982e4452 283 0.25 vMB 53
268,268 268,268 0000000000000003eafed7788e755d7248c9b3894b925ca170849fe576041eb9 355 0.50 vMB 58
268,267 268,267 0000000000000007f73582732bc82e0a70e78e45a6b924b7ac0059c8dd73e807 571 0.50 vMB 68
268,266 268,266 0000000000000008170136181ebc1d9a5ef1f160598c0b7ed8f5f94b5ee23282 144 0.07 vMB 94
268,265 268,265 00000000000000032b84a96357691c2a2ba6777c82f871a79182f8d9a117d14f 103 0.25 vMB 68
268,264 268,264 0000000000000004db516fcef760c9e99677f073dd0d0aec92b4c185ea331901 236 0.90 vMB 53
268,263 268,263 00000000000000062227a90b3584ecad26a0bfcaf4464375861328479d3fd74e 143 0.25 vMB 50
268,262 268,262 0000000000000007745e23259d87a3de4182786feaf20b09e27420b2459f4c27 208 0.25 vMB 57
268,261 268,261 0000000000000006e50dd3a7932912a124f4a33125c012f0b93e7ca755b6707d 117 0.05 vMB 196
268,260 268,260 0000000000000000439180152517b0959b9e08b46355ec037bdd9e2ff4a71f46 251 0.25 vMB 73
268,259 268,259 00000000000000054947a089d40b5e77879c245460c8a7572df8efbc69cd542b 659 0.25 vMB 103
268,258 268,258 000000000000000429140bb0514049216e7e9a6909921bb51b370156d8e75957 721 0.25 vMB 109
268,257 268,257 00000000000000066cfade139a024e210cefa23642e477aec187c9866af51cee 384 0.15 vMB 80
268,256 268,256 00000000000000071fd41485a308c72d5d37c786822dc4ae693449031e8fb7e1 266 0.11 vMB 72
268,255 268,255 0000000000000002d6818f13ae747a1b6bafebcb18e5428b29ff8fdcd3ed74ab 973 0.45 vMB 81
268,254 268,254 00000000000000033a4033a752e902ac006d045e4d5c023fea51f9c71e73a7ff 182 0.12 vMB 22
268,253 268,253 0000000000000003246a42f137434ce39fd50175c327b698030a2bcfa4dadbba 388 0.15 vMB 78
268,252 268,252 00000000000000016a3373bacf9fd5d545be68a1db2175463876a4865c760359 68 0.03 vMB 29
268,251 268,251 000000000000000794821226ebead688e9dd6071394c084e6b4db650ff39410a 200 0.07 vMB 59
268,250 268,250 0000000000000003567702c531a79739b0f88afa3ab4fcb609dbe5c5d949a2e1 234 0.17 vMB 7,361
268,249 268,249 00000000000000070e2e50afb21faac2383c98d20d38c3e9968320281a293707 203 0.15 vMB 24
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 74
    • Outgoing: 10
  • Data Transfer:
    • Sent: 25.15 GB
    • Received: 0.49 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.