Loading Tool

Explorer IconExplorer

Memory Pool

78,188 transactions
29.01 vMB
0.07990360 BTC
Random Selection Loading Transactions
Max Size: 175.87/200 MB

Candidate Block

Mining Attempt 8d0067873a72a45b02eead061b56fcb43c224e6ac4beffe3ed5250e08823a172
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root d52a122ec68678751e52115db640e078b07892a90063a9b5a564e4673bc1ab5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,305
Size: 1.00 vMB
Total Fees: 0.01942045 BTC
Feerates: 100.81 > 1.95 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (320,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,265 594,265 00000000000000000017d6abd39e6fd8692b4f59135db83919a36d00b6cf7340 1,652 0.53/1.00 vMB 28
594,264 594,264 0000000000000000000ebb0c2f508c7813ebc8931cb98f61ac44482e0a2dc9d7 1,883 0.69/1.00 vMB 22
594,263 594,263 000000000000000000080b2d58ee930a8908c3a9ffd430fe0bd51d4e9000068d 2,852 1.00/1.00 vMB 21
594,262 594,262 00000000000000000009237de1d952d324c62385c396556699daf5323bbd9fa8 2,716 1.00/1.00 vMB 36
594,261 594,261 0000000000000000000f903492cfec45b17b30c404ef8647259c141dfacacc8c 1,386 0.45/1.00 vMB 28
594,260 594,260 0000000000000000000efaacec43bca7fcc7c64aeb307047237d8e79edd757d0 1,518 0.53/1.00 vMB 23
594,259 594,259 00000000000000000012a91c93b721ebdd6ecfdb3f8ee63c37d97fa9168a55d6 1,758 0.63/1.00 vMB 27
594,258 594,258 0000000000000000001888562aef6177970695a669e29d651d8aa8c367beb959 1,516 0.75/1.00 vMB 12
594,257 594,257 0000000000000000000c64abcaee13131e5892576901d5ceeea0c2badcbe1339 1,146 0.40/1.00 vMB 9
594,256 594,256 00000000000000000012c87837f9d926d7974ba93b4467a5b8054e09499f7e0f 1,615 1.00/1.00 vMB 30
594,255 594,255 0000000000000000000618a49eb3a4502466e9b36dfb1be6ca2950355694fccd 1,353 0.66/1.00 vMB 26
594,254 594,254 00000000000000000013a18cc12a9258007a30df8758a9964cd925e56d0a0dd4 3,273 0.99/1.00 vMB 12
594,253 594,253 0000000000000000001096472dd38277b75addb215372ad16e94b24314053008 2,300 1.00/1.00 vMB 30
594,252 594,252 0000000000000000000fce30ff1a4b35655f00eca534776b24d8b274f1d63318 2,454 1.00/1.00 vMB 32
594,251 594,251 00000000000000000019bfbddc54e78d57f5c7fd8a50d1cb1d2ee9f4bc0f0b9e 2,373 0.73/1.00 vMB 10
594,250 594,250 0000000000000000000b44ba6d474d9f50791f2b37a5bbab80f5687af69a4642 2,819 1.00/1.00 vMB 16
594,249 594,249 0000000000000000000ee4c1269460926c591c55d0ed5e736d87afbe04a85b61 2,787 1.00/1.00 vMB 15
594,248 594,248 0000000000000000000fe03dc34486f74b05bfa7803d5a3ea6d3c363cda37e60 3,147 1.00/1.00 vMB 24
594,247 594,247 00000000000000000015943fee355a01c740d106509aef076fc556f44de90b0a 2,852 1.00/1.00 vMB 34
594,246 594,246 00000000000000000012b00a08bfe9655d1dc4315e9d6da0a97443a8fff2e1bc 1,595 1.00/1.00 vMB 43
594,245 594,245 00000000000000000001d3d5123de072f10cd0cc853147a6fed6f8ab20a8157a 2,368 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.39 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.