Loading Tool

Explorer IconExplorer

Memory Pool

53,669 transactions
31.63 vMB
0.18993288 BTC
Random Selection Loading Transactions
Max Size: 170.07/200 MB

Candidate Block

Mining Attempt 8f2b5d92db02c3a4d70f21364a3814a6b35c583fcbdcffa2c1fc61caa2bc1ec3
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 690542623ce25f04e97755885b0c5106bfb6050084ef828ba4b9cfbcb4730979
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.10117222 BTC
Feerates: 477.45 > 10.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (416,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,792 498,792 00000000000000000046070f90f3637e546962ac4507fe988a24cf9be2d04d2e 2,685 1.00/1.00 vMB 372
498,791 498,791 00000000000000000064919cd27d1901261cf0552063d7460375360bdb007a1c 2,251 1.00/1.00 vMB 383
498,790 498,790 0000000000000000002f483aaff8bf6e628b0c81b7ff1f3337f076e9c73fe136 2,986 1.00/1.00 vMB 368
498,789 498,789 0000000000000000001e2a96d072e34bccb4a0aef9526e56a71328b0c5614289 2,849 1.00/1.00 vMB 399
498,788 498,788 0000000000000000004018497cd96d8cf1f35d2fee79d5ae98d685d2c4f0097e 2,932 1.00/1.00 vMB 406
498,787 498,787 0000000000000000000aa49133931436cf016dc3fc883241226c9e9d9682e7b7 2,708 1.00/1.00 vMB 390
498,786 498,786 0000000000000000008cad326cdeddfc0fbe175877523bc63cc842035f49a184 1,659 1.00/1.00 vMB 392
498,785 498,785 000000000000000000267b5a021d3b4ccf1d9b8cecf0ac95e92d35812917eace 2,600 1.00/1.00 vMB 453
498,784 498,784 0000000000000000008d70d726e127d733c3e44abcf2c563b8d1d0b295183ead 2,300 1.00/1.00 vMB 421
498,783 498,783 0000000000000000004fa5e94c52acb78faa27b711f0bacc99312957d1be9009 2,264 1.00/1.00 vMB 199
498,782 498,782 00000000000000000064f875a4eb70762b12b920af100f2fa4ebbb55935bb3ad 2,103 1.00/1.00 vMB 324
498,781 498,781 0000000000000000007e44475f151f9a1a64148187530358b06786d6f388c989 2,323 1.00/1.00 vMB 367
498,780 498,780 000000000000000000a05a97d2c4832c50733842081a86b5bacad244ddf56c3a 2,426 1.00/1.00 vMB 295
498,779 498,779 0000000000000000006e7f61c507d470e481044df307871a7faed28a03eacf7c 2,497 1.00/1.00 vMB 277
498,778 498,778 00000000000000000011f5fe6370bb2ca82a0cbd5c8ba0474aaef0e98843a488 2,635 1.00/1.00 vMB 335
498,777 498,777 0000000000000000009416c22ad29efc7533d656c33cd078d5bf5e7eee9f5b4a 1,629 1.00/1.00 vMB 390
498,776 498,776 00000000000000000053a474aa170684ff6bb02acc4fcea9cead8dc61e5bc036 2,555 1.00/1.00 vMB 438
498,775 498,775 00000000000000000002e421bd38246fe1c1d4ad249503a015f50dd3743fadc0 2,427 1.00/1.00 vMB 425
498,774 498,774 0000000000000000000e88b92a69c0d9751ea26d120a61f35773f815b5054620 2,245 1.00/1.00 vMB 302
498,773 498,773 00000000000000000097817217d0f4fd618f0d6fba612b0a87daa239df92ba3b 2,270 1.00/1.00 vMB 295
498,772 498,772 0000000000000000008a4bdf8ec1149365f0d503d5c00d040022d42ed63d3abd 2,730 1.00/1.00 vMB 398
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.