Loading Tool

Explorer IconExplorer

Memory Pool

74,890 transactions
27.65 vMB
0.07703246 BTC
Random Selection Loading Transactions
Max Size: 168.56/200 MB

Candidate Block

Mining Attempt bd8b858a34327ed2f90c4de13562e2735b566d70d46a1fddf6ba0ba49d2982c0
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 3d397a2e1438b0cec5f7f019101613e16a0cbaf97840e47dbf4e33cce0a1e5d4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,152
Size: 1.00 vMB
Total Fees: 0.01776619 BTC
Feerates: 121.74 > 1.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (323,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,648 591,648 000000000000000000051739dbc7d482b65e3961c77bfd8e5c0afcc1e0a86ba1 2,433 0.78/1.00 vMB 16
591,647 591,647 0000000000000000000fb9ce68c5c3838aaf169f9b2c2dcd031d0edacf897713 605 0.18/1.00 vMB 21
591,646 591,646 000000000000000000115a80bb31205c2400e2e088a79398f33ed0f260609960 2,052 0.65/1.00 vMB 15
591,645 591,645 00000000000000000007088385c1c550bb6e225301003d51ffd3bf2d3d230712 1,189 0.38/1.00 vMB 20
591,644 591,644 0000000000000000001692fd6fd1b42a6ec13747741ae22944f95d6807e0f462 123 0.05/1.00 vMB 19
591,643 591,643 00000000000000000009a9238f3826aaeaf4625fa2e534e797cce475384c5778 1,226 0.41/1.00 vMB 24
591,642 591,642 00000000000000000007b4c495f5d6a6fa527373be6f8135fcb52523e6c80c23 3,139 0.99/1.00 vMB 17
591,641 591,641 00000000000000000008448ea6c91ada592e84c5ad56d61d5e090489caa97ceb 2,095 0.71/1.00 vMB 18
591,640 591,640 000000000000000000181b798367b7782c607250f9b8b80f9df3e21d7f1f8f64 975 0.34/1.00 vMB 23
591,639 591,639 0000000000000000000ce70839c4060c2b2f9262f3cdde03b0d1b11923ba8fa5 2,376 0.91/1.00 vMB 15
591,638 591,638 000000000000000000034f5d93f49b5d0586d57f4fc55ff19c88d96c6246b85a 2,105 1.00/1.00 vMB 31
591,637 591,637 00000000000000000006e49aae639b30f90da197bf02c18214b5ab0fcceb2308 1,551 0.71/1.00 vMB 13
591,636 591,636 00000000000000000001a6ce3af26c95b9c9b67ebab19732edb321e1dd9e6896 2,099 1.00/1.00 vMB 23
591,635 591,635 00000000000000000002d6e4d13c2f807bbc66883ca8194846f8ae9bd0cb9bf9 484 0.15/1.00 vMB 30
591,634 591,634 00000000000000000015c4b40677834c7be3ca10fd36935eedb0f8fd23c8ffb7 1,801 0.57/1.00 vMB 24
591,633 591,633 00000000000000000017c45b72063d36a37f1f8f3db98e085e6c373bfd50feeb 2,839 0.86/1.00 vMB 24
591,632 591,632 0000000000000000000949a28f7d09703ce24bb6bec52c23762ac4c39baf77e9 1,370 0.49/1.00 vMB 14
591,631 591,631 00000000000000000016eb82fd359bf6c228abb46014f699a68876e889a518ed 2,906 1.00/1.00 vMB 22
591,630 591,630 0000000000000000000a36e023dac591acfaf57db4e3c88a94504c57c4ecb0e0 2,690 1.00/1.00 vMB 21
591,629 591,629 0000000000000000001095e38035e5feff7d05751815feaed6b8725b20f10dc0 2,581 1.00/1.00 vMB 36
591,628 591,628 00000000000000000007187ff6601b0cb5fe6c8061b857b60c00ed1e7fef821e 2,979 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.