Loading Tool

Explorer IconExplorer

Memory Pool

80,591 transactions
30.00 vMB
0.12252306 BTC
Random Selection Loading Transactions
Max Size: 180.45/200 MB

Candidate Block

Mining Attempt 2f30360343eea2c9c0d3a9548f499d78ef4ad73e45cf84e586db27d58d88197d
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root d840437cfbe66122ae00164eb674759f9a1fbb5d03242d51099dd995d77d8caa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,598
Size: 1.00 vMB
Total Fees: 0.05061406 BTC
Feerates: 242.90 > 5.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (73,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,837 841,837 00000000000000000002ba05985966809eaa741e249f44870c48a37369e0c881 5,974 1.00/1.00 vMB 15
841,836 841,836 000000000000000000009dd8f0793d47d94d4e62ae6f15e8768a95bf4a3f7dd0 3,476 1.00/1.00 vMB 28
841,835 841,835 0000000000000000000044ebf82ff0767ad737af046ef63e745876ff5a75ad8d 3,680 1.00/1.00 vMB 22
841,834 841,834 00000000000000000001552b05286f29626d3b72687d468067cb986cf71f671b 4,564 1.00/1.00 vMB 23
841,833 841,833 00000000000000000000d1f55bd1b37c186401964106128558f273ce26d0942c 5,851 1.00/1.00 vMB 20
841,832 841,832 0000000000000000000128139c7220154efb869e708685207f38027bb6058f03 3,795 1.00/1.00 vMB 27
841,831 841,831 000000000000000000027548ef3adbb6b628e7e63e4beefa1c0b10addb47e355 4,348 1.00/1.00 vMB 22
841,830 841,830 000000000000000000000577f86ce2244fee1a543c467bfd979f0548c3d0acc1 4,548 1.00/1.00 vMB 17
841,829 841,829 0000000000000000000118fe1fcbc4deeb2960286f51637db90d1e7acfed0c4a 2,704 1.00/1.00 vMB 27
841,828 841,828 000000000000000000014ed3911f59ca7c9f1fb9f8317ec7e2da6ffdbe3969bc 4,346 1.00/1.00 vMB 17
841,827 841,827 00000000000000000000f646b670e7130fde6498f15dbaf090ee4be2fa5afb0b 1,599 1.00/1.00 vMB 19
841,826 841,826 000000000000000000020a279b8d59a5a4b4ce19f12eb8f2d524ef42f96ccfc4 3,530 1.00/1.00 vMB 38
841,825 841,825 00000000000000000001a9066f9b561b4c3d5883ba47e3cfef0090da2885850d 1,530 1.00/1.00 vMB 22
841,824 841,824 0000000000000000000141312834eeff23929dc7d27d3cff5f6d2f20d0a46492 1,661 1.00/1.00 vMB 22
841,823 841,823 00000000000000000000c6bbd2b39aa105272a99374476e73b819f7746eb7c7e 3,236 1.00/1.00 vMB 39
841,822 841,822 00000000000000000002fa8d8e88749782d22b811c9cafe54be2bdafb561268b 2,352 1.00/1.00 vMB 19
841,821 841,821 000000000000000000022b669e5aa9d6d44cef1ae037c1a8586dcd5de0eb3d95 4,676 1.00/1.00 vMB 20
841,820 841,820 000000000000000000000efd54b8e22be05f7e8d23869a218ca7b1683ed19d47 4,278 1.00/1.00 vMB 20
841,819 841,819 000000000000000000015788a32fe4cbbb1c0a1aba8b454c5d7d94e1462f9aca 2,964 1.00/1.00 vMB 18
841,818 841,818 0000000000000000000308cca6aca2adf2a64eda06aeb7f7d58aa3946c14a792 2,776 1.00/1.00 vMB 23
841,817 841,817 00000000000000000001b58a5ead3cda99b4668e4f17edb6cc823ffe4ec22e8c 1,886 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.