Loading Tool

Explorer IconExplorer

Memory Pool

75,068 transactions
27.81 vMB
0.07863093 BTC
Random Selection Loading Transactions
Max Size: 169.01/200 MB

Candidate Block

Mining Attempt b43eec7d3bc8053be38720f6b12563c4577d351dc135196cdffcd084ef118aec
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 60dffc15ca0563b05787f0ac69e5e479b244a50a60038281bd8bea0a48fd735f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,174
Size: 1.00 vMB
Total Fees: 0.01899185 BTC
Feerates: 472.31 > 1.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (98,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
816,296 816,296 00000000000000000002f0c0d0709a13ed851f96759d55e8f18a9e7b74da8dcf 4,275 1.00/1.00 vMB 79
816,295 816,295 0000000000000000000352376a2089eb7d8d04028ab5e3e63aae9fe537fac1ad 2,884 1.00/1.00 vMB 28
816,294 816,294 000000000000000000025d8ef103ed4724d7483de399e473ce616e2105482d41 4,830 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.90 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.55 GB
    • Received: 17.39 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.