Loading Tool

Explorer IconExplorer

Memory Pool

28,497 transactions
9.47 vMB
0.09850097 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.92/200 MB

Candidate Block

Mining Attempt 22e1c7016602bec057c0f87aed8159ef4b256ffb5159db7f994de5be327a17b6
Version 20000000
Previous Block 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0
Merkle Root d39887ea3b37a4039c3e36c4cd1c1c9d8a6556a30ed534ff1e43a56d230fea6c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,479
Size: 1.00 vMB
Total Fees: 0.02781474 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,221 (772,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,606 140,606 000000000000026e8a27e4aa40e2f605976b66953e7aa8816e4fd652eaba5065 130 0.05 vMB 120
140,605 140,605 00000000000002b60c6b8ebaabb310d2df0cffd29f680e79ed6b1fd29623aaa1 116 0.04 vMB 338
140,604 140,604 00000000000003613c6a5801db095b8967544510a60b71a47dcb3803ce10ff4d 26 0.01 vMB 240
140,603 140,603 00000000000000fee7935de35709428d075d7075f8d759549790ef39d03ff05e 18 0.01 vMB 412
140,602 140,602 0000000000000207b5d1a279afb48734391d6e612958b5f54a7342cd41fb1991 22 0.01 vMB 158
140,601 140,601 00000000000002b14668fc071793bdcac63ed7e73f9a09dea3f598d147965acf 127 0.04 vMB 256
140,600 140,600 0000000000000375143a36aacbccc7b1ea0b975a6206bed28fe13ac3c446d42c 35 0.01 vMB 84
140,599 140,599 00000000000001ae036bb9eb777030bdc0ef8c2174e9d56f0a8535363e7fed23 43 0.02 vMB 203
140,598 140,598 00000000000005551b6ff5e7901913915b2df4b08db45bca3597d0e3a4c7b562 50 0.02 vMB 505
140,597 140,597 0000000000000477e16748f7f3609e013f9c8792f823b50c26c58242c244e4c0 56 0.03 vMB 234
140,596 140,596 000000000000011275bd0d96d9a9ee8e69d5c305ec267fe848070df818727bcf 92 0.03 vMB 89
140,595 140,595 0000000000000227f1149319079232ea9fe5c01f436898343ae3c5b014afef0d 12 0.00 vMB 668
140,594 140,594 00000000000002207abb1105f2b76e80814c7ab71a73767eeeaf6b80f88ae17d 71 0.03 vMB 149
140,593 140,593 00000000000002dd0d512f8a0f178283eb7e9eb1cdef93488596354cf6050243 98 0.05 vMB 262
140,592 140,592 00000000000007f4c91fa1a901495eee286fa67934d5cef4856310f790135235 57 0.02 vMB 316
140,591 140,591 000000000000067ab9863494fba4640975cdfa48c6dca3e8f36157f036667338 55 0.03 vMB 220
140,590 140,590 000000000000056a935184d19d86c024f591e03a446a0c4f483aa8b66e26597e 120 0.03 vMB 4
140,589 140,589 00000000000006df8ee88f60db5dd4008fe5dd8d0778a60ec90356f57a68dc1e 18 0.02 vMB 284
140,588 140,588 0000000000000306263f52aa0e6157adecaeea7bf655d5f28bca6bc2fe358e8d 87 0.04 vMB 113
140,587 140,587 000000000000002ded4cb2a18a4f5279bb0a8aede967d7515085b4eabd6abe08 84 0.03 vMB 99
140,586 140,586 0000000000000709b4688221dcdc15fe0604cb4d4b408ca0107f31b0b18163f4 7 0.01 vMB 281
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: 70
    • Outgoing: 10
  • Data Transfer:
    • Sent: 24.04 GB
    • Received: 0.48 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.