Loading Tool

Explorer IconExplorer

Memory Pool

80,043 transactions
30.02 vMB
0.08693404 BTC
Random Selection Loading Transactions
Max Size: 180.06/200 MB

Candidate Block

Mining Attempt e0b36299f47fa4664b4aa9a5f220c2737b1f0f6233ca2c31d4c19f6fc021085d
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root f48c5d42dc684d6ee6232b4be86e98a291df776e90ed9facd542653ca692c543
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,710
Size: 1.00 vMB
Total Fees: 0.02550627 BTC
Feerates: 301.07 > 2.56 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (125,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,729 789,729 000000000000000000047c65d70dd84d49f54e1e9e3372dd92a9c8a2d8939617 3,792 1.00/1.00 vMB 50
789,728 789,728 00000000000000000004eee221c965505c30e2a474d15603c74758c5cfd3b7f3 3,705 1.00/1.00 vMB 29
789,727 789,727 00000000000000000004b1d34a1bc162da24248b6838f581edb089fe5a9bb0e4 3,597 1.00/1.00 vMB 76
789,726 789,726 0000000000000000000496f954a66dced9944099b40a9b211ef22e44c77b5074 3,120 1.00/1.00 vMB 32
789,725 789,725 00000000000000000003315350fbc2c2c7b890aaf4d01a7f53a0a65c9fbc173a 2,578 1.00/1.00 vMB 27
789,724 789,724 00000000000000000004d44bd427523f7004d73719cfc703f716250907282aa3 981 1.00/1.00 vMB 16
789,723 789,723 00000000000000000000d155045e369c5b930a99785da38480a376c4a452bc79 3,147 1.00/1.00 vMB 33
789,722 789,722 00000000000000000004e0ee272e822cd5860594d8318ff9d991cd14b1709e5b 3,884 1.00/1.00 vMB 26
789,721 789,721 000000000000000000039a345851555e2c71eff63a51c32986fe6e390c0df469 4,368 1.00/1.00 vMB 31
789,720 789,720 00000000000000000001adc632a7e592d4dcd168f0117712fd3ba5de2eed11ab 3,624 1.00/1.00 vMB 23
789,719 789,719 000000000000000000004323b6bd279152bd527b5f30a0336d7a604b8892859d 3,865 1.00/1.00 vMB 27
789,718 789,718 000000000000000000055cd073f4875a9133f52bdf3fe0d724cc7f5a56424747 4,115 1.00/1.00 vMB 40
789,717 789,717 0000000000000000000340bfc00c8a5a670dede7ad665a3166bd65efde3be2c9 3,807 1.00/1.00 vMB 53
789,716 789,716 000000000000000000043a6f186d0e1982cf9666c729a78edabc419dcac5b976 4,021 1.00/1.00 vMB 35
789,715 789,715 0000000000000000000059c1b7ea13a91bee6e9288ec4ccbac9b5498064e2326 4,203 1.00/1.00 vMB 40
789,714 789,714 0000000000000000000476c07a52f64d8e349cc5fec0aa5ee30b77c3f7353382 3,724 1.00/1.00 vMB 66
789,713 789,713 00000000000000000003087e4aae880b96cb30eb771a2ffd125a57b833b4ab37 3,039 1.00/1.00 vMB 41
789,712 789,712 00000000000000000000c036adea90869bb2005ca807b4958bf46ac695945819 3,615 1.00/1.00 vMB 108
789,711 789,711 000000000000000000026ef7b109c77b0e88b7ed7dee0eb2ba9f894d5defc36e 3,101 1.00/1.00 vMB 31
789,710 789,710 00000000000000000000b468c003ba6d135a3adfd3715b580bdb82121de72d6c 3,409 1.00/1.00 vMB 65
789,709 789,709 00000000000000000002011cd82014ea6f6f09c525ba3d5fef1e6ef3ace3a0d4 3,112 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.