Loading Tool

Explorer IconExplorer

Memory Pool

83,665 transactions
31.41 vMB
0.09262279 BTC
Random Selection Loading Transactions
Max Size: 192.53/200 MB

Candidate Block

Mining Attempt bd0958ce8d30e069bb7ccc33a16530ccaa627ed5f2521fcb1614c6579fbc7d4e
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 221677e7426a3b4113f190cb14300a654b10d4beafc79a211391df57c777cae1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,835
Size: 1.00 vMB
Total Fees: 0.02104143 BTC
Feerates: 299.70 > 2.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (213,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,330 701,330 00000000000000000009bd07549dac2770bc3eea3d5788f1c839b6e30e75175d 1,034 1.00/1.00 vMB 1
701,329 701,329 000000000000000000041a8f8e735c14473c54a5f68a38ce58886050623073dc 1,486 1.00/1.00 vMB 6
701,328 701,328 00000000000000000000dfaa3e10438be07b388ed792e5d6a49fdb0e9f16c911 1,951 1.00/1.00 vMB 8
701,327 701,327 0000000000000000000560d5f1a1d415fd9a99247016e946c3e362ce3c46856a 2,137 1.00/1.00 vMB 17
701,326 701,326 0000000000000000000e524dd22a6c0f492ad02f4ba16db24db22ab424d0caf5 2,298 1.00/1.00 vMB 8
701,325 701,325 0000000000000000000ee7696f2c023e20fdad998af4aec47107ddc637491403 2,984 1.00/1.00 vMB 12
701,324 701,324 00000000000000000003ca3c5df5e9ff329f0f857d0575d6b6c2b585ea6dca9b 1,903 1.00/1.00 vMB 6
701,323 701,323 0000000000000000000ee14fb68114169d6fa1f3e57909bf31a34f0e0a7ab0fb 1,263 1.00/1.00 vMB 7
701,322 701,322 0000000000000000000cbe8d66e547046b5b226b9c669dae171430bb214a2066 2,878 1.00/1.00 vMB 4
701,321 701,321 0000000000000000000a86abfe07e6b1367b76a2cd31985258797b04973cab3a 2,903 1.00/1.00 vMB 16
701,320 701,320 00000000000000000001011f71d57241f31ff9245671f844bf65ca811f16e440 2,601 1.00/1.00 vMB 4
701,319 701,319 0000000000000000000c9bb0b886f88c31f9d69b8eaaa655b725e3eac148d090 2,903 1.00/1.00 vMB 14
701,318 701,318 0000000000000000000e626f8f94195338ede15e75214c39c767a465417d7e28 2,881 1.00/1.00 vMB 19
701,317 701,317 00000000000000000001e56bdee1d3f20d6114615fe1bdc82e61209d285e5e68 1,928 0.86/1.00 vMB 1
701,316 701,316 00000000000000000003ef5adcb9af81b0ae7f9e353331b6d4a6d04cbb486326 2,690 1.00/1.00 vMB 8
701,315 701,315 00000000000000000001fc072f961d0864b5b09e87a4722a0725da851c179608 3,029 1.00/1.00 vMB 16
701,314 701,314 00000000000000000001634258dfe888020329156dcb54eb1b84180a41119ef7 880 0.59/1.00 vMB 4
701,313 701,313 0000000000000000000be7245c1e8e7f9eb3dedbb4df2fc649068ed6159dd63e 1,131 1.00/1.00 vMB 8
701,312 701,312 00000000000000000004bbcb84bc819f559c88b79f6cacb91c5281f272ffdb48 2,459 0.77/1.00 vMB 10
701,311 701,311 0000000000000000000f1535fcbfaee1db0a4ae62008fccb16c389b5e263b14c 1,722 0.63/1.00 vMB 12
701,310 701,310 00000000000000000003e6f933b8321b8876b67d3bd1e1cfc7cdd990c8a23829 463 0.13/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.78 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: 709.61 GB
    • Received: 16.94 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.