Loading Tool

Explorer IconExplorer

Memory Pool

50,393 transactions
30.25 vMB
0.14107715 BTC
Random Selection Loading Transactions
Max Size: 161.40/200 MB

Candidate Block

Mining Attempt 2ae58dcc3e7249453cdcfe9092c07d5041657f264e3e6433c65dc84344a921be
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 643bb44d7c1e835cc4893eb5271841c8ec9baf97ce13fffdbaa23293f569f2e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,281
Size: 1.00 vMB
Total Fees: 0.07105527 BTC
Feerates: 529.61 > 7.12 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (256,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,344 658,344 0000000000000000000b226e514db058f292ffbfc600c1b1c5b69f62fcc5fd4a 1,532 1.00/1.00 vMB 37
658,343 658,343 00000000000000000003b0a985eea57c9af645922a8d2adc9c3d80eeb15d086a 2,629 1.00/1.00 vMB 53
658,342 658,342 0000000000000000000e4c5c58b5e35c3f98b474cbed153abd25777570104146 2,281 1.00/1.00 vMB 69
658,341 658,341 0000000000000000000a2effa12e54a3201d20efc480766bcc37114c778ce68a 2,362 1.00/1.00 vMB 55
658,340 658,340 00000000000000000007584bd357bda3f636c6078062d64c40e75cceacdce384 1,921 1.00/1.00 vMB 54
658,339 658,339 000000000000000000048b6a00af334a6dbc0f1d2cd5e62b3017b71cb3518d0d 2,357 1.00/1.00 vMB 74
658,338 658,338 0000000000000000000952badbd12f419603b03a5efa85830e09a5d6ebf947aa 3,040 1.00/1.00 vMB 50
658,337 658,337 00000000000000000003b02966661fce8c08e0714c760da146bb9270e996f28f 2,334 1.00/1.00 vMB 45
658,336 658,336 000000000000000000075e6f42d0673769ab2f96aaa655400ae25f2b0657edb1 2,751 1.00/1.00 vMB 45
658,335 658,335 00000000000000000002eb8fba3fb4d14a0ac21499471b7c5f011d297efcae9a 2,602 1.00/1.00 vMB 61
658,334 658,334 0000000000000000000318ba3682d834a11c3175cfb53631ce35b0316800ab3f 2,414 1.00/1.00 vMB 46
658,333 658,333 00000000000000000005a69153eee5362297e1b32df10a22a1e7d50734c91b42 2,120 1.00/1.00 vMB 83
658,332 658,332 0000000000000000000ec034e5fed34162071aa083629285ffdb6daecc1827f3 1,389 1.00/1.00 vMB 41
658,331 658,331 0000000000000000000a92b91495dffd93829cc5441dc5b4df336f94a795d7c8 1,781 1.00/1.00 vMB 54
658,330 658,330 0000000000000000000a4b5ae4716683741c8ad40f6a48706ec4e90c2f3b5b64 2,596 1.00/1.00 vMB 37
658,329 658,329 0000000000000000000cf3aa5cfd714d737f653ddc9abe14e6e2769227a8ce5f 1,941 1.00/1.00 vMB 36
658,328 658,328 0000000000000000000836326dbab10cf0f85e28d94dee35232a6a9efa1253ab 1,837 1.00/1.00 vMB 43
658,327 658,327 00000000000000000001a07975ec04b597679582bd5acf555e15d0e66cf11331 2,244 1.00/1.00 vMB 67
658,326 658,326 0000000000000000000a351c70543ea8a4e1110337f5eb977b7a14fb1817c54a 2,283 1.00/1.00 vMB 34
658,325 658,325 0000000000000000000dffaa6836bc9bd3e14806acb8a71d67a495336d8db57a 2,657 1.00/1.00 vMB 56
658,324 658,324 0000000000000000000eb6bfeb159a5e1309827500d23a435bc167f8dacae3f0 2,496 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.