Loading Tool

Explorer IconExplorer

Memory Pool

85,705 transactions
31.88 vMB
0.12159584 BTC
Random Selection Loading Transactions
Max Size: 195.44/200 MB

Candidate Block

Mining Attempt dfb29e0079b27c2b26f2228018c15db22b72d2c8e2de3db5a89f6706242a5f52
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root fb3f889edad8fda97d29ad50a680ecde1170136200b0ee767cd0225be24e9738
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,870
Size: 1.00 vMB
Total Fees: 0.04384423 BTC
Feerates: 301.57 > 4.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (320,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,465 594,465 00000000000000000016e78f0c4cdb39cbd18cf5f1e470b39b0d052f84afea78 2,281 0.81/1.00 vMB 29
594,464 594,464 0000000000000000000aae4c92857d203c3d2065fa2ccc5e383061a08c1d17b9 2,237 0.83/1.00 vMB 26
594,463 594,463 0000000000000000000807936e2bb3196e93dcabad6bc30bace8c1771102c7e9 1,652 0.61/1.00 vMB 24
594,462 594,462 00000000000000000015c7b4bc06a62fea8f7284b46865f02cb95433e7f1af04 2,757 1.00/1.00 vMB 4
594,461 594,461 0000000000000000001620f3a0bc78213d8eab23e0a764a39a51d27becf1c823 2,912 1.00/1.00 vMB 40
594,460 594,460 00000000000000000010abe5b4d93094578b97c9daac896cd60b8ea814576630 3,011 1.00/1.00 vMB 21
594,459 594,459 0000000000000000000c13ec7c4788becf2decb310f274b31b035f002428ebce 2,721 1.00/1.00 vMB 62
594,458 594,458 0000000000000000000de55a8ebaa590dc9d2c360e85b9c3278838cd7bd6fd2f 1,786 0.68/1.00 vMB 12
594,457 594,457 0000000000000000000adffe20a4d5bbe685d5bfce888c570a9e7f9d634b9940 2,585 0.99/1.00 vMB 14
594,456 594,456 000000000000000000087109ba7537a423073abd0cffa8731876a1f58af7eaac 2,913 1.00/1.00 vMB 36
594,455 594,455 0000000000000000000298d7f056bc85c49f7628cd2b749d4a86d469d70e5175 3,105 1.00/1.00 vMB 40
594,454 594,454 000000000000000000135bab94e6b6dd9d3d12b8f910f08a4aabb868ccfc0071 2,096 0.72/1.00 vMB 24
594,453 594,453 0000000000000000000a0a1dff8631be1da441150ab1a25f43d45017902efd61 1,640 0.61/1.00 vMB 27
594,452 594,452 00000000000000000015fe9ed7418178bcce4701387659d253ec28376b453945 2,051 0.93/1.00 vMB 14
594,451 594,451 0000000000000000000cf5e57b210a5736ba34c3372c2b9fe3262f6e6836ad5e 2,086 1.00/1.00 vMB 32
594,450 594,450 00000000000000000002b0f10587ef9257b238b9aef0b2b9d376fec951782b61 2,861 0.99/1.00 vMB 24
594,449 594,449 00000000000000000008d1b72163ebac0e07ffd3d51aaf11c6a3fb9a03a758a7 497 0.21/1.00 vMB 32
594,448 594,448 000000000000000000109f34ffcd3f96ea08b2cc13709fd7bdeb629d63b3de9f 1,655 0.87/1.00 vMB 23
594,447 594,447 0000000000000000001908344de28e9b43d45a9feb5b9e93379d132f90e9a9ac 3,496 1.00/1.00 vMB 26
594,446 594,446 000000000000000000029223163198dd9a43948eb7dc54fb4f34ad7f39b39935 1,844 0.58/1.00 vMB 26
594,445 594,445 0000000000000000000fe188d7a46eca0834c31268d62df17386a49363369066 886 0.26/1.00 vMB 31
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.60 GB
    • Received: 16.93 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.