Loading Tool

Explorer IconExplorer

Memory Pool

78,983 transactions
29.59 vMB
0.07345663 BTC
Random Selection Loading Transactions
Max Size: 177.57/200 MB

Candidate Block

Mining Attempt eece1127eceaa07d590ddf7a8501e9de9beda646ad3b0c05865d2438eaf743f6
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root da1f9ee3bdb96ff31f781dffe3d0e510d8f7e16d59de612c01c6bcca70b06d35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,272
Size: 1.00 vMB
Total Fees: 0.01306403 BTC
Feerates: 150.98 > 1.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (221,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,126 693,126 0000000000000000000dab3cf002e3a562705e319a2e0e5731260a34f0a8c3d3 421 0.18/1.00 vMB 17
693,125 693,125 0000000000000000000103a5f968837af74882c89a46c618549c80837a4ed2de 1,623 0.89/1.00 vMB 6
693,124 693,124 00000000000000000002615656cde03113afb434b2ac1f26c23b875ab903f08e 2,004 1.00/1.00 vMB 11
693,123 693,123 00000000000000000013928592287279f961444a532a52f85151c67507b2ec88 2,893 1.00/1.00 vMB 11
693,122 693,122 00000000000000000010f7effa03c0729db59a9809c555211bb3d4fc1d39a2fa 2,860 1.00/1.00 vMB 36
693,121 693,121 0000000000000000001378e4433c9d8fd8cca14c7cf2f51639c6e821c51bbee0 1,741 1.00/1.00 vMB 20
693,120 693,120 0000000000000000000a46b8c1ec57bc2034ad9216e61bc08438e37484425e76 1,235 0.43/1.00 vMB 21
693,119 693,119 0000000000000000000e57423088c5aa8b15ffe41f6e4b5744a4cba1e12f04fc 1,262 0.42/1.00 vMB 22
693,118 693,118 0000000000000000000c49ea2cad5f5afcf081a56320e49d629917caeee7e4b0 1,059 0.44/1.00 vMB 18
693,117 693,117 000000000000000000022b075b543b2c3a5e5aab2847249e4e9636735948634e 1,975 1.00/1.00 vMB 10
693,116 693,116 00000000000000000003b624f5423dcd18aafacf737dc76a83375ed57db14721 2,150 1.00/1.00 vMB 11
693,115 693,115 000000000000000000042c145dea3a2c7d49e55529fcadee76351d0f673466d8 1,989 1.00/1.00 vMB 16
693,114 693,114 0000000000000000001155511c18cf07d4425e922cc22242075ebfa05ac9a3aa 2,622 1.00/1.00 vMB 15
693,113 693,113 00000000000000000009e1ad433a72e5e791e5c02696018243f0a08dc1a19784 1,560 1.00/1.00 vMB 11
693,112 693,112 000000000000000000001343df627fd4d153c153c5ffd78bc729c9715fa0d84c 957 1.00/1.00 vMB 8
693,111 693,111 0000000000000000000d99c9d5521ee508d443836378ccf2f50d5f07f4628762 2,299 1.00/1.00 vMB 6
693,110 693,110 00000000000000000013bc8d9b1ffb11099b96accaf760ce26c0871b9c5ce544 2,969 1.00/1.00 vMB 28
693,109 693,109 0000000000000000000d8b2e5e4f127d754a9f5afbbed3717defc7a20b8758cc 2,350 1.00/1.00 vMB 3
693,108 693,108 000000000000000000045aa61aca67de261e103238b7b239d8040b84fa8ff237 2,583 1.00/1.00 vMB 10
693,107 693,107 0000000000000000000804c25a183d64b24c5958718eec4cc52b815ed18bbfb5 2,524 1.00/1.00 vMB 21
693,106 693,106 0000000000000000000c584ab8e87303810d8f694f00f086ea7847750c6d7441 3,043 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.