Loading Tool

Explorer IconExplorer

Memory Pool

83,920 transactions
31.56 vMB
0.08758368 BTC
Random Selection Loading Transactions
Max Size: 190.17/200 MB

Candidate Block

Mining Attempt bf42569e6aa25cec1c81b1fef03c22c29be9930a2e1a3f9452faaf0158badba3
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 8929741d5da3ff6a6f512feccc53ba614740abbabdecdd1fb1661549808db8e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,288
Size: 1.00 vMB
Total Fees: 0.02132574 BTC
Feerates: 181.54 > 2.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (537,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
377,121 377,121 00000000000000000aab677add446264f8a246586e735c451e9d3624f924163c 1,219 0.59/1.00 vMB 35
377,120 377,120 00000000000000000ed7ab771b95ee9cdf3e04be8a471eb9d6a278aa6c5d4a83 208 0.11/1.00 vMB 24
377,119 377,119 00000000000000000218d14914eb5b7fa8a229b4be076d1c9986a58cc55fed2c 940 0.50/1.00 vMB 34
377,118 377,118 0000000000000000106f51b716957c8bc152e6b2c2c7230ae0913fcf3079e79b 801 0.84/1.00 vMB 18
377,117 377,117 00000000000000000d00dce93b7ea63350956341df90488c07873ccdbe75fe6a 363 0.18/1.00 vMB 35
377,116 377,116 0000000000000000014eb0c8dc16324bde87db5ab1a4629ac46bd908df0a8f6a 1,471 1.00/1.00 vMB 19
377,115 377,115 00000000000000000746739a0c197adae026df85a83f751a4475f60eb347d80a 2,336 0.93/1.00 vMB 46
377,114 377,114 00000000000000000980e4b68482d58a0b8cf5c64f8de6ed2b9ca5700e9c9c2d 1,786 0.93/1.00 vMB 36
377,113 377,113 00000000000000000d9e3ee5fbfa51bd0465873ad17e23c451fc0f812094294d 1,728 0.75/1.00 vMB 41
377,112 377,112 000000000000000011f5ff448ae1ff559b0c20f017f8d1e92bb944de84fcfa72 2,154 0.99/1.00 vMB 39
377,111 377,111 00000000000000000928bd533004f57cbf29cc18e14d36749d4549e65c135536 2,009 0.93/1.00 vMB 37
377,110 377,110 000000000000000009beb14975a944571bcd0dcdae671ea41723a4366d8fa9ad 767 0.40/1.00 vMB 41
377,109 377,109 000000000000000006ba4f85fc39a848b7566c6d5187b8c8f372e4545c08f586 872 0.42/1.00 vMB 33
377,108 377,108 00000000000000000ea95b4a24d0a510d4b5a98186f904dc16da07c41189d8b8 72 0.04/1.00 vMB 19
377,107 377,107 0000000000000000077cf61ce2030c9fd15054f18864414ceef79d9418ca7b7d 755 0.59/1.00 vMB 20
377,106 377,106 0000000000000000073830680aab7c7fb92dd4c9e07ac0b8cb4fed4c7cae2c6b 2,366 1.00/1.00 vMB 48
377,105 377,105 00000000000000000155a40f3efaa2c6f7a11c877f866c67f44daa21008fc2e1 1,931 0.94/1.00 vMB 38
377,104 377,104 00000000000000000108a67c0ebddadfdd41008a82c9ff53e9db9d141bd84a95 1,602 0.68/1.00 vMB 41
377,103 377,103 0000000000000000103ee68ba73d49bb506505bf3fa3fc6d0e3831f79f5cc8ae 490 0.25/1.00 vMB 30
377,102 377,102 000000000000000010533e3eb68d5ccbb0fc9ce3e5e3fbac1be52851a59127a1 1,020 0.48/1.00 vMB 45
377,101 377,101 00000000000000000ea78f3539320ce695d6fa5f9f2c3f963e7b2fd2e43cd18e 107 0.04/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.52 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: 668.86 GB
    • Received: 15.60 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.