Loading Tool

Explorer IconExplorer

Memory Pool

49,573 transactions
29.80 vMB
0.22183661 BTC
Random Selection Loading Transactions
Max Size: 156.59/200 MB

Candidate Block

Mining Attempt 09c3b84935a36a032ba878d85486a085b6d98ca3aedc9ccb57b8fbadb04ce6ce
Version 20000000
Previous Block 000000000000000000010632e62ac54a943f30bde5587337bc0da0324a5b3c27
Merkle Root 67ed277fc1426848014e761937a3ecacd2f3f1c234d4b9e40efe98e6bc1e0a16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,014
Size: 1.00 vMB
Total Fees: 0.08476678 BTC
Feerates: 150.67 > 8.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,707 (502,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,260 412,260 000000000000000003709530e7f123bafd1886e503376609ad97c15adc2cf8d2 725 1.00/1.00 vMB 17
412,259 412,259 000000000000000004cf1db0008e76a7f5ae1210cea446f633294f66375b7e8b 1,353 0.99/1.00 vMB 24
412,258 412,258 0000000000000000031e4b306774605726b347e0f7ff6211d7919c87b6c4db22 2,326 1.00/1.00 vMB 49
412,257 412,257 00000000000000000501cd6d0005b14dde0e0bcb67e8ce9316b12e65c3b09e8e 1,408 1.00/1.00 vMB 70
412,256 412,256 000000000000000001aca484b7513c6f4078a8eb9779de2f56d783a4bb61a72a 1,714 1.00/1.00 vMB 43
412,255 412,255 0000000000000000014169b459e1e3c7cf668b1d6eb278b4faaf8c4b7013042e 1,995 1.00/1.00 vMB 58
412,254 412,254 0000000000000000018f98b983419fa1b796559dabceb582d8620924c2f1b265 2,099 0.93/1.00 vMB 60
412,253 412,253 000000000000000004ad0f237fa76782fbd0cd4549acef3388bebbf09bbea7ad 1,178 0.93/1.00 vMB 30
412,252 412,252 00000000000000000129e6f5bc033706c62c32d4148c20edd525268a87604c40 2,758 0.99/1.00 vMB 48
412,251 412,251 0000000000000000040de6673878780483c7abe7cba70a02e9d77db446751ec0 2,279 0.99/1.00 vMB 77
412,250 412,250 00000000000000000158f87fcd8360e17d37fd1505d29e3054dd9cabbc754a1b 2,100 1.00/1.00 vMB 35
412,249 412,249 0000000000000000035a94d9598846cc7fcd90b7331ddf57d11c58833ac2043f 1,534 1.00/1.00 vMB 45
412,248 412,248 00000000000000000068443fa8e1ada42693cc69b600cf78bf61aecc47e9aefc 2,319 0.99/1.00 vMB 60
412,247 412,247 0000000000000000055a3558572428cc939e3aa88f41538a2bef6134b89296d4 3,066 1.00/1.00 vMB 59
412,246 412,246 0000000000000000032a73d898224e96b171cc75749d6d89aa4cb91cc300edfa 3,004 1.00/1.00 vMB 84
412,245 412,245 0000000000000000035db68b8864d1c9d381099a762f0a1673ef3692a374ef89 1,398 0.92/1.00 vMB 34
412,244 412,244 00000000000000000432d3c83db91e97527c94f335adcb0134f4829cd28f44d6 2,109 0.99/1.00 vMB 52
412,243 412,243 000000000000000001b612524c63298fc916bd9a64c54c933e7e2fbbb6aecb9e 521 0.36/1.00 vMB 36
412,242 412,242 0000000000000000020d7edb1d0cfbeb2159cfddf29dabb3d6d9baf3e70ec98f 970 0.75/1.00 vMB 32
412,241 412,241 00000000000000000295c1d524ba6ac97d0dbb903d7efdf8a3cab2fec78c96e4 1,413 1.00/1.00 vMB 32
412,240 412,240 000000000000000000ab615b5a5ce68b4e77e3f648b81064b3c3249d440ba8a7 1,457 0.75/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 781.87 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: 644.98 GB
    • Received: 12.63 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.