Loading Tool

Explorer IconExplorer

Memory Pool

47,183 transactions
27.88 vMB
0.08630739 BTC
Random Selection Loading Transactions
Max Size: 148.24/200 MB

Candidate Block

Mining Attempt efe70487128f8c6c711a0a6c9ae7198062b7237fa2d2493b9b97fb4d537abcba
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root bd3aa68c9c95bb412d66f6984920c0f391ee41fb8eb9c138d941acc7db5cddee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,433
Size: 1.00 vMB
Total Fees: 0.03287950 BTC
Feerates: 500.00 > 3.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (47,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,861 866,861 00000000000000000001130aa69932dfdbdee37272701f7c5e938535416ccd30 3,980 1.00/1.00 vMB 24
866,860 866,860 00000000000000000002e3a5ba422fae62d0e27ae04d30c8e15270eb8c732582 5,917 1.00/1.00 vMB 15
866,859 866,859 0000000000000000000144f6c7a31cfc69f6b9ee558ce36b5786389f9b9518b1 4,123 1.00/1.00 vMB 22
866,858 866,858 00000000000000000000d53d298ac1fcd3bf88cb89010e6d41181eb55e826a88 4,416 1.00/1.00 vMB 19
866,857 866,857 00000000000000000002d21cbf25c537ee11cdc13176d86587a94de808fd734e 5,111 1.00/1.00 vMB 16
866,856 866,856 00000000000000000002ee562069207df2378c9bb8c9b5f96f27016fd536ab69 2,681 1.00/1.00 vMB 19
866,855 866,855 00000000000000000000019e173531e7d75509013783d9150a9e4c3f136bfa6e 3,391 1.00/1.00 vMB 26
866,854 866,854 000000000000000000028c6065ac197083defe067e5e1619bcc0458b30d64d54 3,397 1.00/1.00 vMB 16
866,853 866,853 000000000000000000004ef6f81e33b1d6a9dac6417ec1b6778a0bfeef5ff308 3,690 1.00/1.00 vMB 18
866,852 866,852 000000000000000000008c8a53b238326136d9482f65203bffd82a1234f57cb3 3,797 1.00/1.00 vMB 21
866,851 866,851 00000000000000000000e95ce647118ace6155f108d3b4f1d9db36f0f31144a5 3,102 1.00/1.00 vMB 23
866,850 866,850 000000000000000000018f6a514dc311ea415c41a3af71f6c70c1ed4a77e36c3 2,907 1.00/1.00 vMB 24
866,849 866,849 000000000000000000012eba2b2ca0ff2917953d0dce82c04f48cc3bbc433223 3,915 1.00/1.00 vMB 29
866,848 866,848 0000000000000000000022eaf49342716cc26e4b7d6db4cc2786fc7bf50e2f75 3,390 1.00/1.00 vMB 37
866,847 866,847 000000000000000000014cc227a99c8a88d85aac6b982f44bfed40cabf6b5bfa 3,760 1.00/1.00 vMB 22
866,846 866,846 0000000000000000000198265dca83491ffd2fcce6fae18e86f864991eb5810f 3,435 1.00/1.00 vMB 38
866,845 866,845 00000000000000000000f9bc3d6537845715fda7f99e399f52119ee57e3fba52 5,329 1.00/1.00 vMB 13
866,844 866,844 000000000000000000029bb2ec4ebdbd02e074fff5d473061f7cbeb0d3e6ceaa 5,024 1.00/1.00 vMB 16
866,843 866,843 00000000000000000000d74941c3ef9e6100c037f0ff4dea67f25649af5dd7aa 5,364 1.00/1.00 vMB 14
866,842 866,842 00000000000000000002504206a7acf5fa12c601abec20bb9fda53d5bd42856d 5,449 1.00/1.00 vMB 13
866,841 866,841 00000000000000000001f9d4afc6903b81839ab8011dfae795ef081aec999e67 4,665 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.01 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: 649.37 GB
    • Received: 13.17 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.