Loading Tool

Explorer IconExplorer

Memory Pool

43,898 transactions
31.01 vMB
0.09034239 BTC
Random Selection Loading Transactions
Max Size: 157.51/200 MB

Candidate Block

Mining Attempt e0e086867321f7551cc833bda779e7ead8df2c7e12e6019fa76f7ce7389e37ef
Version 20000000
Previous Block 000000000000000000006b01ff0f8c8980e4005bdebf7640591cda9fd2e81467
Merkle Root 80e34f8cf77e7d5d7c0812f72d771ac4d7dfe6cc105141559524c28fea23b2d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,289
Size: 1.00 vMB
Total Fees: 0.02782553 BTC
Feerates: 250.76 > 2.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,442 (865,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,655 48,655 0000000006db6481d8702cb1b83f0e2f7ead0c55a576d0d65dcaed8960878801 1 0.00/1.00 vMB 0
48,654 48,654 00000000248221efa9ac158abc18506071d22cffbc828f12c1eaf423b8dc8487 1 0.00/1.00 vMB 0
48,653 48,653 000000002264a1411d1f0724431d357396c2f0c55437991cf1ae30bb40b19683 1 0.00/1.00 vMB 0
48,652 48,652 000000002672009c538bc93429df82980e80d0e4213899ba07dd0c46e5e83c6d 1 0.00/1.00 vMB 0
48,651 48,651 00000000034ab0ff2b6c0c5ea743d738b0cfaae7aca354736d2c834feae0d655 1 0.00/1.00 vMB 0
48,650 48,650 00000000137340ac75a2bf07b87b379f78376ca9bea49a7a2ea86ad4f312f431 1 0.00/1.00 vMB 0
48,649 48,649 00000000024c715d5e18bbbcb2fb2ebd367f6e56bc4300223ad38cd5d783c79f 1 0.00/1.00 vMB 0
48,648 48,648 000000002453c3d83ebc9135f3c93a1274bbaf23ff46a3ce86ab797f24e287ae 1 0.00/1.00 vMB 0
48,647 48,647 000000001aa11838a390aca69540ebba78ebecfac5da8066e5719a68213b998b 1 0.00/1.00 vMB 0
48,646 48,646 000000000f3003d0b5fdd40bc83ce9d5f27854e14760647123366ddfabc343c7 2 0.00/1.00 vMB 0
48,645 48,645 00000000299641010c829ed0a7ed2800d2063fc3a268580c573df7e43fab38c3 1 0.00/1.00 vMB 0
48,644 48,644 000000002620cc40816e8d277eba40ad860491105cc6766d7c3430982ff4582b 1 0.00/1.00 vMB 0
48,643 48,643 000000000088fd91df7b31a7813eae5f32779cf9f887f9caad9af7c80fe3af51 1 0.00/1.00 vMB 0
48,642 48,642 0000000029b2a6d0e5a47e14d8ffa29159cd93f8d14ae6c2df90794814420cc3 1 0.00/1.00 vMB 0
48,641 48,641 000000001561bd5686b37d9199bfb2cb1c0b828bd7b2dd661782ae41df537d50 1 0.00/1.00 vMB 0
48,640 48,640 000000001ae886985a4836cca9a00098309caf0c61e23f2e3466e537b3151c51 1 0.00/1.00 vMB 0
48,639 48,639 00000000252e88832e022d87eb1af960b703c95db100b6bad4fa04f3caee8e2d 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.39 GB

Node Details:

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