Loading Tool

Explorer IconExplorer

Memory Pool

80,661 transactions
30.00 vMB
0.07896497 BTC
Random Selection Loading Transactions
Max Size: 180.55/200 MB

Candidate Block

Mining Attempt b6f5e06588729d9dde78f8288c4dd336390d827dda2c656b5ce98419ab5b95c5
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 3537b58469449be6810bc8a0c08f4e18b14fc4db7f439b20b3efb197e1ff194e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,527
Size: 1.00 vMB
Total Fees: 0.01757929 BTC
Feerates: 197.70 > 1.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (125,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,737 789,737 000000000000000000002c82a7457cc63e183df9f40982d791d99e84349647b3 3,907 1.00/1.00 vMB 35
789,736 789,736 00000000000000000004eb4ccb9d4bc5f629f3b70e742d911739e9e4638df1a6 4,091 1.00/1.00 vMB 27
789,735 789,735 00000000000000000005a432901d1ab81b85300e2da4d5af8e1e5784d89794b1 3,920 1.00/1.00 vMB 33
789,734 789,734 000000000000000000003b10a0f313e39af9387aa1a36878b44e31e6955e8820 2,780 1.00/1.00 vMB 46
789,733 789,733 00000000000000000003fe69f6851b566ec043aee7ef11937536691ad5803d76 3,170 1.00/1.00 vMB 120
789,732 789,732 000000000000000000044e347da9535fa7cd70f1d426cb00d7b6a9636475ea78 2,660 1.00/1.00 vMB 26
789,731 789,731 0000000000000000000217be105b4c96ff10dd264c5b71bc5ba8bf7a0ef97bb8 4,282 1.00/1.00 vMB 39
789,730 789,730 000000000000000000057c5deb43fbea5e3102e8211a261648a42dd77c591015 5,116 1.00/1.00 vMB 37
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
Previous 10 blocks ↓
Total Size: 782.37 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: 663.77 GB
    • Received: 14.93 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.