Loading Tool

Explorer IconExplorer

Memory Pool

74,798 transactions
27.62 vMB
0.07607601 BTC
Random Selection Loading Transactions
Max Size: 168.42/200 MB

Candidate Block

Mining Attempt 53d4da8bbd4f0ec357118dbfcf59279e55d47637f4367a6dc1f4bdd2262a2597
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root d254b39fee74292f1b50f6dd9b1c109391aaa0d91e9871d2efe24a63c79bda34
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,229
Size: 1.00 vMB
Total Fees: 0.01712316 BTC
Feerates: 121.74 > 1.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (98,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,317 816,317 000000000000000000039beae5d9362247b331a5669b492b2a2e86b899d93549 3,902 1.00/1.00 vMB 52
816,316 816,316 0000000000000000000212e505d4c9ec87bc92ec8a4bfef9d9ab77c3389352a7 3,923 1.00/1.00 vMB 131
816,315 816,315 00000000000000000000b55ab4588aa95db98330303157a41b5f40b2dd5d8ec0 3,688 1.00/1.00 vMB 111
816,314 816,314 00000000000000000002edab97d097f61b25a4ee1378f592c9ab6d502ac0fdb8 3,634 1.00/1.00 vMB 70
816,313 816,313 000000000000000000013840d4208e93cb974512bf6f3a60f6f8b94d2fa33f7b 5,211 1.00/1.00 vMB 52
816,312 816,312 00000000000000000002ba66b1ed85aa34b20f8bbe7ea03d4f045ccf193ed0a5 2,567 1.00/1.00 vMB 25
816,311 816,311 000000000000000000030ecd62c1d352002ba9a63b348e453890ba0b5b439966 4,176 1.00/1.00 vMB 27
816,310 816,310 0000000000000000000122ab1a79b03ceb4c0b1ea9fe64a9e3b3b50fff9e3c4b 4,612 1.00/1.00 vMB 56
816,309 816,309 000000000000000000027225f4d506fae771b670ed45d033decb381078224860 3,507 1.00/1.00 vMB 36
816,308 816,308 00000000000000000002e7d541d5241682a1369629260311c5b984abdfcc90f2 4,569 1.00/1.00 vMB 36
816,307 816,307 00000000000000000000b29276b426102ab4d194bfd93dae51daef4637baa95a 3,708 1.00/1.00 vMB 95
816,306 816,306 000000000000000000032c4618e39f705566e242d0d8c259bd8d701361a524e5 3,992 1.00/1.00 vMB 48
816,305 816,305 00000000000000000000e670ae0262ec8796a815eea6304947da38f366cdda20 3,136 1.00/1.00 vMB 39
816,304 816,304 00000000000000000004726944ac6ea90d1e69694d76c3036b2ac866885d406d 3,915 1.00/1.00 vMB 76
816,303 816,303 00000000000000000003d2bddba0c38dfcb976424bed3102fcd0a422074844d1 3,635 1.00/1.00 vMB 123
816,302 816,302 0000000000000000000214856e7f7d77124afa1dd681804d42fe1cd5d7877f0a 4,009 1.00/1.00 vMB 91
816,301 816,301 00000000000000000000f3445f67a6cd7cee41230f932a9f81a8bab42bb6a713 2,984 1.00/1.00 vMB 37
816,300 816,300 00000000000000000000b74b66f4cc65d0c1d730a685ed965fe46e7edcd82c47 3,813 1.00/1.00 vMB 36
816,299 816,299 00000000000000000003ea315b0be9e65da95bd1756a10f50b5ba74d3f099884 2,152 1.00/1.00 vMB 29
816,298 816,298 00000000000000000003deab03e31cd9c3ce6b9e028f13c3b2cf98a03a47c764 4,960 1.00/1.00 vMB 46
816,297 816,297 0000000000000000000244d29b1b48056bec1b362fc8c573d4b1214ce080e34a 4,665 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.