Loading Tool

Explorer IconExplorer

Memory Pool

42,048 transactions
26.78 vMB
0.05699095 BTC
Random Selection Loading Transactions
Max Size: 140.61/200 MB

Candidate Block

Mining Attempt ab1303253bf9d3cd950f214f876c7703ef05fd171d0d890ba1d4b744911bc553
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 1b58e0c33bfe4ed24bb9234b1be58df40421ca4556bf2623b5fdde2c1930a81b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,497
Size: 1.00 vMB
Total Fees: 0.00736050 BTC
Feerates: 103.41 > 0.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (115,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,243 799,243 0000000000000000000105bebab2f9dd16234a30950d38ec6ddc24d466e750a0 2,135 1.00/1.00 vMB 11
799,242 799,242 00000000000000000002ffe4efe07ae74ec8b92c7696f5e12b5da506f015ba6b 2,606 1.00/1.00 vMB 15
799,241 799,241 00000000000000000004b4bdc027f8bc6be6a951c3a5887ac6a69c215002ba43 5,475 1.00/1.00 vMB 9
799,240 799,240 0000000000000000000452b0c17e3827204ba483c0ce64ee10e11f65e8b64166 3,500 1.00/1.00 vMB 7
799,239 799,239 00000000000000000003a8078aa2c7ea43e30a071ab219b6c7c769b077b70e07 3,361 1.00/1.00 vMB 14
799,238 799,238 0000000000000000000225291e171df90ca74348773ccf8a2ad50fdfdfb20bf8 3,541 1.00/1.00 vMB 14
799,237 799,237 00000000000000000003216a26e1dc0627547075ea007d628ee8f53b0ff42086 5,325 1.00/1.00 vMB 7
799,236 799,236 00000000000000000001cfeb3508bf124acb827dbe2eb1f1d4d83a96496a77b3 3,963 1.00/1.00 vMB 7
799,235 799,235 00000000000000000003a971a3bd2513f107b869cc4110c4fe63863e30860547 2,931 1.00/1.00 vMB 16
799,234 799,234 0000000000000000000355bb9288443edb6087c759d67eb9815d3cda8efae2a9 5,670 1.00/1.00 vMB 6
799,233 799,233 00000000000000000003661f8686a6eb3694a2ffbc810d5058f31fc48b9ea03e 3,980 1.00/1.00 vMB 10
799,232 799,232 00000000000000000000882023825176273fb8ae3ba10ab5e7bccb3f1d7e7a49 5,111 1.00/1.00 vMB 7
799,231 799,231 00000000000000000004d8892f2931f004a9098d52757e97b0f3b4ddf83b4e4b 5,294 1.00/1.00 vMB 8
799,230 799,230 00000000000000000000e6cc629e4cf68c52379d4c1c68a21a0d43395aa407c8 5,679 1.00/1.00 vMB 5
799,229 799,229 00000000000000000002356c053174ad3dcd9b867f83e5e8251e69783b8961dc 4,588 1.00/1.00 vMB 10
799,228 799,228 00000000000000000001449bce46f86dcd02fab98cf3807b0ea4497dca27c09f 4,459 1.00/1.00 vMB 7
799,227 799,227 0000000000000000000088f4261397166f7656b467609bfd53bcbbce0c1b4567 2,981 1.00/1.00 vMB 16
799,226 799,226 00000000000000000001a98ae842e026a2ae82a088ff15f4d0aab9e66dd7dbb5 5,847 1.00/1.00 vMB 5
799,225 799,225 000000000000000000026db4dc77a4e0d08f6785ca663c22ea30cd340084e229 4,309 1.00/1.00 vMB 5
799,224 799,224 0000000000000000000412d5431e9744b83237a9487257bf8de0c758883a671a 3,584 1.00/1.00 vMB 15
799,223 799,223 00000000000000000002fb4deb27dde2c49c8c73ec6495d1e33580938fdeb3b9 5,608 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.