Loading Tool

Explorer IconExplorer

Memory Pool

24,844 transactions
12.23 vMB
0.03329212 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.80/200 MB

Candidate Block

Mining Attempt edf06a3a696aa9c357ff69c36d2dda761f6efd5ce3f05fff67498d09e524170e
Version 20000000
Previous Block 00000000000000000001268a19f99a88ed20e383fadd73cfb09cc0cbd48307e2
Merkle Root 377a67392e3a89ae62ed5aea0168cede1fdec573b6efa0c9afbd2c80ea63f034
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,964
Size: 0.997965 1.00 vMB
Total Fees: 0.01131265 BTC
Feerates: 29.85 > 1.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,652 (720,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,424 193,424 000000000000012ec384aa024eb30d757a754689a8ab32f5a508372c570e1d07 465 0.20/1.00 vMB 242
193,423 193,423 00000000000002881e018bbf35c9f3cfea8c8d68ff04f7971e90d471fa8759fb 38 0.01/1.00 vMB 55
193,422 193,422 0000000000000414c7b2c75c11bbd2679db9601d56d913e8d2d5dd21567cd363 179 0.07/1.00 vMB 144
193,421 193,421 00000000000003fdca825613514e5a101dbbefdd7419aa47aec93a8d2c579f88 106 0.05/1.00 vMB 100
193,420 193,420 0000000000000701cd7940f972db0803e367b087e0540bc935b714eba833f65b 4 0.00/1.00 vMB 0
193,419 193,419 0000000000000148df6d50975230ce9c74b744a0cecfa57250ccf11bbd4551c8 1,771 0.48/1.00 vMB 5
193,418 193,418 000000000000072c72214ccdfff7193660e941bcc28e99f1b402d90bdefe1c40 245 0.09/1.00 vMB 148
193,417 193,417 00000000000001fa70340018c9698dbb713c1d62860a5844bf393f8423ef01e7 125 0.05/1.00 vMB 146
193,416 193,416 00000000000001fac087a53d3865e518eb809eee72e90b72d24fe590757ec2ea 418 0.22/1.00 vMB 113
193,415 193,415 0000000000000518a7dac4790531be31e4da5d02a180d9074424ac8b5dc2cc32 221 0.09/1.00 vMB 148
193,414 193,414 0000000000000788c56c6956f1966465d5242f69deb49c6432cd5c8128d55699 129 0.06/1.00 vMB 131
193,413 193,413 000000000000052c15a34f6db8117f737945b2c2589f9556d9ad3ff84ca7699d 256 0.10/1.00 vMB 134
193,412 193,412 00000000000002d1f7e7cd07b244872d8c24f2e291f332ac3f1551ebed51e86e 6 0.00/1.00 vMB 36
193,411 193,411 00000000000002ba67f1c63c544b6789c25a4b4df90f81fef499cc0943b92f4f 136 0.05/1.00 vMB 141
193,410 193,410 00000000000004f1304fa993f53bf8da1e50c4a5b35fbc3f85623f1f3f9f4b0c 52 0.02/1.00 vMB 68
193,409 193,409 00000000000007c60a5c28395a27886932cf6c4b672e4118d02634b916b4aa66 512 0.20/1.00 vMB 54
193,408 193,408 00000000000000dbcd7238e183d9138b213985999675e11e0306ce0dd9df0163 722 0.24/1.00 vMB 163
193,407 193,407 00000000000002430c341a1ceb80b284b86ff6ffa5e8d25914ad565c25fb1123 11 0.00/1.00 vMB 0
193,406 193,406 000000000000012c02d391cb14fca3ed59740c211ee01a1ac2f960120fee3c93 11 0.00/1.00 vMB 15
193,405 193,405 00000000000003662fe19f0b9b603b60060bd009137bbae91dadd23a8d8a91b7 655 0.25/1.00 vMB 190
193,404 193,404 0000000000000486717e79048d7ba5dbfc595b3d32d80e06c7a46abff52cfe1f 256 0.11/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 780.00 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: 477.44 GB
    • Received: 3.09 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.