Loading Tool

Explorer IconExplorer

Memory Pool

78,341 transactions
29.38 vMB
0.06654067 BTC
Random Selection Loading Transactions
Max Size: 176.50/200 MB

Candidate Block

Mining Attempt a79a491bd30b14711d5f2219d6d26fca16aa4e932f21d8834a46388a4dbf5781
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 0832e4d0ddab4b374916754295109cee8bd6f25ba202526522165e49c874d798
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,054
Size: 1.00 vMB
Total Fees: 0.00695731 BTC
Feerates: 40.21 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (241,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,661 673,661 0000000000000000000302f23b27274f560997eab2ee70d27a85185149b25638 1,303 1.00/1.00 vMB 31
673,660 673,660 00000000000000000007e89d64daf03320f1d26a6fe3cdef7f7ade2cb7d7f5fb 2,095 1.00/1.00 vMB 52
673,659 673,659 00000000000000000009f5275af623e89bd236af8232d7d5acb702dac863de2d 741 1.00/1.00 vMB 7
673,658 673,658 000000000000000000006b4d9ca7048d36510a907d25c593e613c3cabd9a366f 1,679 1.00/1.00 vMB 28
673,657 673,657 00000000000000000009c8571204e2abbbc82fe30b8fccd6ad87c350a17154b9 2,340 1.00/1.00 vMB 73
673,656 673,656 000000000000000000054b15303d5013ea6e1dc576cf273b524d9d4879b3f31c 1,230 1.00/1.00 vMB 24
673,655 673,655 00000000000000000000af1c71ff4ee7033e9f845a7e333c8cb67760eb7bf3e7 2,117 1.00/1.00 vMB 65
673,654 673,654 00000000000000000006656b8cd8b26653872335f5d13e5e6dd530af27ca225f 1,934 1.00/1.00 vMB 70
673,653 673,653 0000000000000000000b86559bfa6b2b24868d7b5f1fd8458df84b32d4d87355 360 1.00/1.00 vMB 14
673,652 673,652 000000000000000000082a89aee2183ee4836bd8711b2d7c4682f11530ee511c 1,439 1.00/1.00 vMB 24
673,651 673,651 00000000000000000001cad8158cc0eb36a0c4747a7263dafec75918e8d5de88 1,944 1.00/1.00 vMB 88
673,650 673,650 0000000000000000000bf8380878759f93cb01a753f09ab405325980ea85cd61 1,096 1.00/1.00 vMB 62
673,649 673,649 00000000000000000001e8012c1d4edea0280325c69a802a6dddf6e8906ee4a5 516 1.00/1.00 vMB 21
673,648 673,648 0000000000000000000c3f2dd0944699b8c13646537eb927aa5e17ed6d003969 1,094 1.00/1.00 vMB 41
673,647 673,647 000000000000000000085fea372d39d579bd7fc2dca73b84dedc2d6547c1934a 1,866 1.00/1.00 vMB 9
673,646 673,646 00000000000000000009505ea5626fecef39274938b8ffbd88d61581eb5cfe4b 1,279 1.00/1.00 vMB 48
673,645 673,645 000000000000000000061ded4e87b99a4c183207ff7928257ec0a7f421fafd3b 1,695 1.00/1.00 vMB 55
673,644 673,644 00000000000000000003a52b0ceca723116755e772ab21fbb13fca236a4986f6 2,687 1.00/1.00 vMB 102
673,643 673,643 000000000000000000055d9e95d71a0e17e7a71ba1c0c6dc38ad9926fcfc638e 1,420 1.00/1.00 vMB 26
673,642 673,642 00000000000000000007c9c7b021a18a7a204ad1f3ea84bdb1be4153d20cda7b 1,154 1.00/1.00 vMB 95
673,641 673,641 00000000000000000004e98d9b36e4189bd96d3d9c2495867a82863bfae6b023 337 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.