Loading Tool

Explorer IconExplorer

Memory Pool

25,385 transactions
11.98 vMB
0.04786556 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.05/200 MB

Candidate Block

Mining Attempt d8d339fe784f614424f41bd87ae848202622601ee5b855221fd3d92223e6cbea
Version 20000000
Previous Block 0000000000000000000086c47da65e7d318786b4b03fe9fcd2c6986600c532e2
Merkle Root 1b6d3a64aef9f58032cc50f952a00b9a0b9551873d3a2656679609fdb94442fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,452
Size: 0.997889 1.00 vMB
Total Fees: 0.02776114 BTC
Feerates: 500.00 > 2.78 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,701 (772,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
141,497 141,497 00000000000006f3488dff781466f2b7d629fa72c9ac24a319684bf5416586ab 26 0.02/1.00 vMB 71
141,496 141,496 00000000000006d15b001e99db7e8b7abbd2e0d2a6941e3cd0625a6cb251e3b2 20 0.01/1.00 vMB 273
141,495 141,495 00000000000002ba3f8e9281c5f1467a0a9c589f5065ee4db7fd43d8983bdac9 20 0.01/1.00 vMB 48
141,494 141,494 000000000000079d196eef6173b8b51e91a5fb5b10c3299f58172eb5394157a3 5 0.01/1.00 vMB 21
141,493 141,493 00000000000004fc57db769ad321b2c056bb1894193fad72d44f07b2fe349d88 171 0.05/1.00 vMB 1
141,492 141,492 00000000000002c6fc9842835854b6700d5a4072a20faefe9be227ef0e4231ce 116 0.05/1.00 vMB 206
141,491 141,491 00000000000008d4cc5402115034c7347c2587b2c15b127c3cf29ef80897f6bd 245 0.09/1.00 vMB 774
141,490 141,490 00000000000007a0ff89124c5703c6378c2fbcdd2a50db82ee025c28b4e1f642 33 0.01/1.00 vMB 377
141,489 141,489 000000000000077a218d5e088d2d173db5fe33b37107191c83387ec367d44200 1 0.00/1.00 vMB 0
141,488 141,488 00000000000002e2327e462426851c5fc5533ca7ec9e08bbfe20e88fc06879f7 48 0.03/1.00 vMB 157
141,487 141,487 00000000000008ee2759d0c824f167e09a965180a4eeaebce5796a0eec7a1936 15 0.01/1.00 vMB 47
141,486 141,486 000000000000044fea66a1746cbd6ad88d8e69a52d4f8541284fb90e560fcd08 68 0.03/1.00 vMB 188
141,485 141,485 000000000000052478c97e8ff35b75febd1e1389d1784f385d5f30c4a55604a0 10 0.01/1.00 vMB 195
141,484 141,484 00000000000006f82aeb2079c3b7a00add569079ffca64d22aa5fe407404442c 120 0.05/1.00 vMB 291
141,483 141,483 00000000000004a099e0c0df5d02c4021604699c84c201e032a4f39d496e177c 27 0.02/1.00 vMB 110
141,482 141,482 00000000000002319e1a20e26ed629d7b058caea90e2d8970ecd260c59e41ade 37 0.03/1.00 vMB 276
141,481 141,481 00000000000006e1855f0333a34ab7558ee8564b6aa525c20ca1fbd768df3f5a 58 0.03/1.00 vMB 232
141,480 141,480 00000000000003e1f764b8636cfeb5cace65337861e8be9ca6848885c7311ebe 49 0.02/1.00 vMB 98
141,479 141,479 00000000000002498623349d2029b2ccc463b109eb2308702c1e84e8cf1759c6 133 0.04/1.00 vMB 37
141,478 141,478 0000000000000612eebfbf085ab7b4d3fe0dbecdf24b9c3ef564ad6affc1e824 47 0.05/1.00 vMB 271
141,477 141,477 00000000000002a40dadfae227c355fc314f14f44d89d00e71188506789f3035 3 0.00/1.00 vMB 194
Previous 10 blocks ↓
Total Size: 780.09 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: 493.54 GB
    • Received: 3.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.