Loading Tool

Explorer IconExplorer

Memory Pool

68,977 transactions
37.21 vMB
0.17139008 BTC
Random Selection Loading Transactions
Max Size: 199.63/200 MB

Candidate Block

Mining Attempt 135cf32bac4fe194f5bcfa481b17e1c84710b37ffdc009cb268fb01369eaf76a
Version 20000000
Previous Block 000000000000000000018eb5aa3d4a22f845fc40e3951e74631990c6eb927a84
Merkle Root 2ad238b2c2ad09dd1e360204feeaf85854fa94dbe8cba7f6e9e17485f39a6361
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.06721444 BTC
Feerates: 200.91 > 6.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,405 (865,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,638 48,638 000000000c0486807391a9476f0fd662a425165fd588afc33c781419e7c52f2e 1 0.00/1.00 vMB 0
48,637 48,637 00000000088a8bb76e245efa695546414e96e9562afa3ba5a50e3ef81a091e99 1 0.00/1.00 vMB 0
48,636 48,636 000000000cab0098b04541e4b7b168e33776222ff4d18521434c4f3b76d5415c 1 0.00/1.00 vMB 0
48,635 48,635 000000002348fb452d2777ca0957cb8c43f60eeca79053bc12652fa872267992 1 0.00/1.00 vMB 0
48,634 48,634 000000001d546aca0076667145de3144f8ae1c54a05fed2adb2d0977b26fa7cb 1 0.00/1.00 vMB 0
48,633 48,633 000000002201753501cbbcf695088947aceb6a6b6a85b8b2c94b03f9598e59cb 1 0.00/1.00 vMB 0
48,632 48,632 000000001c7e5b9bc7b4044f107dd2e333323b7d37b493ef113fbf09f77203e5 1 0.00/1.00 vMB 0
48,631 48,631 000000000994e27f352a9b6cdf22539bf24dda9fa5e50bfe53b7fe390401e1b4 1 0.00/1.00 vMB 0
48,630 48,630 0000000015376d0b12d3e10880bb9dfa111dc638b974b9f6fa6c98412ca97549 1 0.00/1.00 vMB 0
48,629 48,629 0000000015c3dafef3b3e72200df9430ef7643500c35253f71ae9eccd1da48b8 1 0.00/1.00 vMB 0
48,628 48,628 000000000938410c016f582079247808996f1d5b036fd6af73a8cd4cce9f109a 1 0.00/1.00 vMB 0
48,627 48,627 0000000000244875d766cfbfd36844b0516fbb9f82abe63f577a5f9968ba4254 1 0.00/1.00 vMB 0
48,626 48,626 00000000082fa9c632fa23fcc0b598a80d7aadf5300dcc988ff70a67748888b1 1 0.00/1.00 vMB 0
48,625 48,625 000000002072ac953d8acc778df09897873a8b8d1e3f689f265751acc848c34a 1 0.00/1.00 vMB 0
48,624 48,624 000000001b7cc65fd13b9c0c833a768372e94463fb710eec5a0cd32ece9d026f 1 0.00/1.00 vMB 0
48,623 48,623 000000001fed1f06dc7d67e9f93c999dab062007fbbf1c0f8d0ea5c4801efc18 1 0.00/1.00 vMB 0
48,622 48,622 00000000249511ee113c2e0ff72cc300b177d075a28f642b4ac8f854028b6e68 1 0.00/1.00 vMB 0
48,621 48,621 000000000524b860e13342a466aba69601c81ce3e82d5a30c8dcc71c5c0af5db 1 0.00/1.00 vMB 0
48,620 48,620 00000000210c7d3379da42ff736702d21cd295b7a7a7ef15e70e30e369d5dc54 1 0.00/1.00 vMB 0
48,619 48,619 00000000075d3c069768bbe79eaa0a4ded6415f1734d38328c4a728d5d2c899f 1 0.00/1.00 vMB 0
48,618 48,618 00000000078c557ea9c354aa9367106bf85a7cc7169f24fa83e1cf4beb9fe424 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.32 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: 601.18 GB
    • Received: 10.11 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.