Loading Tool

Explorer IconExplorer

Memory Pool

44,603 transactions
28.47 vMB
0.07918037 BTC
Random Selection Loading Transactions
Max Size: 150.38/200 MB

Candidate Block

Mining Attempt d52bbce8844991804eff72d0653850c042ff29c89bb655644130ec32a0aeb7f1
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root ed66eacf78fce8b78c6f74b68d092456d1314d2fd380e6ab6fa39a26d2cc6423
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,441
Size: 1.00 vMB
Total Fees: 0.02499721 BTC
Feerates: 120.00 > 2.50 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (393,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
521,658 521,658 00000000000000000040c62e22a4aa0be9322a3849ba3e871e1a405ee0c948d5 522 0.66/1.00 vMB 1
521,657 521,657 00000000000000000008117df6b4f37184cecfde84a0817bcc27036800331a38 1,440 1.00/1.00 vMB 2
521,656 521,656 0000000000000000003df873c5635df3b6fbc9198f23578367b4e564b4984e85 1,523 1.00/1.00 vMB 10
521,655 521,655 00000000000000000042bd37d9555af4624c177cee349563dd3fe0f000ae4345 2,340 1.00/1.00 vMB 11
521,654 521,654 00000000000000000043c7df9d4341768a76c8b8ffb4568522ee1135bf2f4efa 1,262 1.00/1.00 vMB 12
521,653 521,653 0000000000000000003fc59735a5d0ed30094fcbc908c083e346b55a11081d82 1,858 1.00/1.00 vMB 13
521,652 521,652 0000000000000000002364ec6fbfa85f45ef2c7673a9880987ad0870b937f5e5 341 1.00/1.00 vMB 22
521,651 521,651 000000000000000000335577eec21ff1b7956f7ef18af443a5f12c14043e3287 1,954 1.00/1.00 vMB 42
521,650 521,650 000000000000000000412dcd5c5fd94212a20b96ed2a7d30070da6ce406ab4a0 2,194 1.00/1.00 vMB 38
521,649 521,649 00000000000000000005dd333e4cae91a5b4a7f006f830059188162e01d3aa1d 1,230 1.00/1.00 vMB 20
521,648 521,648 0000000000000000001e0070ed65f3de5ee3e40a1bc0472417cd9f7b70e0926a 1,542 1.00/1.00 vMB 19
521,647 521,647 0000000000000000004408dfe48c7451c6275d2f58a0dd66b96ec2d3c53518d6 2,136 1.00/1.00 vMB 48
521,646 521,646 00000000000000000003bd15886b125d61b735fef747c5a31f9aa44afbbd4e9e 2,113 1.00/1.00 vMB 24
521,645 521,645 00000000000000000023cc733e2709576128057249b7f99399404ad1e282e174 1,766 1.00/1.00 vMB 35
521,644 521,644 0000000000000000002a4d0fad90525768a4db7e07caaae9172bec9f2376f615 1,943 1.00/1.00 vMB 17
521,643 521,643 0000000000000000002c98410771a8a458a20ccbd0f4f60552044207719c1e40 2,074 1.00/1.00 vMB 26
521,642 521,642 0000000000000000000665dc6731c3f31eafb225c8ffc153ed54b82f779fe7ae 2,332 1.00/1.00 vMB 48
521,641 521,641 00000000000000000034d95f1c12643751a5a1e53c958fe3bad7c8d5ea4a4a57 1,870 1.00/1.00 vMB 17
521,640 521,640 0000000000000000003c78ee53fa7976cbdb16217358f16b7f8c6027b5754520 2,370 1.00/1.00 vMB 40
521,639 521,639 0000000000000000000213b22c53b4beaca8dd4c2906f4fb67e3ba5229fe5360 2,972 1.00/1.00 vMB 16
521,638 521,638 00000000000000000010415937760dda189ea41f636823688383536c8bac58b3 2,022 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.