Loading Tool

Explorer IconExplorer

Memory Pool

23,101 transactions
10.12 vMB
0.02798235 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.95/200 MB

Candidate Block

Mining Attempt 2fcb438160b629c24e70303c1754fe8f8dd805432f3aad360a4a3379f18cf1f5
Version 20000000
Previous Block 00000000000000000000530b19dff44f12db6823c6764166133ba764e9326fca
Merkle Root cac26739ba8690cb8a5d524eee824ffa4759a9396856d67e20dafcbe8cb8f597
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,642
Size: 1.00 vMB
Total Fees: 0.01164412 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,508 (770,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,318 143,318 00000000000008fd71c339d3e0a3d82d72fcf890f1ab13ab360aef387dfdd348 17 0.01 vMB 230
143,317 143,317 000000000000068ee4a28d8935abafc7e79fb18f239c9cb1f054424c5162bde2 16 0.02 vMB 118
143,316 143,316 00000000000007f6db211283a0400cfda0c2c49bebfd90e796f74863e2d9b0a2 5 0.01 vMB 13
143,315 143,315 000000000000003d73f65248273327ca1a1911d4f785586a460b4a9d81f4b5fd 11 0.00 vMB 32
143,314 143,314 000000000000017f26c846bbaca35463ea50c0dcddb7cc65e7935c902dbaee9e 71 0.03 vMB 206
143,313 143,313 000000000000011003f4222a14270b7b879c70a4724af4026a23b2b7511eeab1 135 0.05 vMB 146
143,312 143,312 00000000000001a902b617f6322e3a7ebcdb6443b7128eb131ece953128b2280 61 0.03 vMB 413
143,311 143,311 000000000000028f8bb97b72081039ff07de87c5f9dcdbbc7df906770368ec52 130 0.05 vMB 512
143,310 143,310 000000000000064e817c6a555d06cfe43b2d2836cb8da85c13157859fcb32acf 56 0.02 vMB 66
143,309 143,309 0000000000000535d2418977f0c55e768b93c1d63ec800de920a394e556dd4dc 5 0.00 vMB 35
143,308 143,308 000000000000077ff35c723ea14ca9b783488071f676b5bbc17c99b59ec7a52c 53 0.03 vMB 80
143,307 143,307 0000000000000530a1612b1f28b1afeb5a28138604ab139a359490ddbab1de2f 8 0.00 vMB 326
143,306 143,306 00000000000004efc79a676859b53cf917ac6fb61ee2b1e91eaf640450bcc3a9 68 0.02 vMB 278
143,305 143,305 0000000000000112d2882f7426612ab1f54b3b7073f17ef66161290f43d41cd2 46 0.01 vMB 69
143,304 143,304 000000000000015f3da42a4d5f39fb2929a7971d55f5a84e18cd4b3086d54328 12 0.00 vMB 81
143,303 143,303 00000000000007b13b21a8a9e25d04489b63185cf918f7257f253574125cbae5 12 0.01 vMB 141
143,302 143,302 0000000000000968e2fcbd59bc06fd99440da6a481e0c8710ec4340b56395e06 16 0.01 vMB 78
143,301 143,301 00000000000006b23b456c55be2b64a9012b99bb950dc40e5857684a9e43dc34 150 0.04 vMB 144
143,300 143,300 00000000000000ff0f6eb103c0d187de0cc9501de07041a466ba8fcbd6e52eb9 53 0.02 vMB 267
143,299 143,299 000000000000054c2356af8c78a7e968ec9b9fe0fe7c953e4cdb1d3e6207265d 32 0.02 vMB 219
143,298 143,298 00000000000008cd71a783f10dee6a243d1b6b68f22828fc2a529ed2db486dfd 26 0.01 vMB 331
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

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