Loading Tool

Explorer IconExplorer

Memory Pool

46,445 transactions
28.90 vMB
0.14467574 BTC
Random Selection Loading Transactions
Max Size: 152.99/200 MB

Candidate Block

Mining Attempt 0709fee96111524700af5bda54025f289d6f6eeaedefa12f752b0622770f3f58
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 312bc6f50ff8b1ed9a053d4da49c8048c3fc536ad40ec499edf0d25cc3868c65
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,568
Size: 1.00 vMB
Total Fees: 0.08180090 BTC
Feerates: 15,654.48 > 8.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (584,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
330,791 330,791 000000000000000017a4b176294583519076f06cd2b5e4ef139dada8d44838d8 727 0.30/1.00 vMB 34
330,790 330,790 00000000000000001415cde491c582025313fb05ad3ab4f0fc06caf328651e3d 81 0.23/1.00 vMB 12
330,789 330,789 0000000000000000166c7ceb1a30d1319da2d1bb8c1357dcb0fc20cb0bd411b7 1,085 1.00/1.00 vMB 18
330,788 330,788 00000000000000000791489730458d4ec4577bd952b4cf297e459a2f4043baec 1,612 0.75/1.00 vMB 32
330,787 330,787 0000000000000000094448c4cda8a1a48af26bfd2099454ee0ba2b56fceb18a1 127 0.10/1.00 vMB 13
330,786 330,786 000000000000000018f9dafa0f313d4642a6ab7763002729f59921aa5884ad2f 246 0.15/1.00 vMB 19
330,785 330,785 0000000000000000154e7e14f0f975002115dbe80241ba80f881c9298accc5aa 383 0.18/1.00 vMB 25
330,784 330,784 00000000000000001a9f461308eb9ff7ae1580118b697da40067c279ef374c7f 712 0.85/1.00 vMB 25
330,783 330,783 000000000000000013f5529a318b659cc905ec97f96cf609ff1fde7e9c1f858c 849 0.75/1.00 vMB 21
330,782 330,782 00000000000000000de922b76d82be20b362af7643bffbb8ecc5da81edf84109 1,329 1.00/1.00 vMB 22
330,781 330,781 0000000000000000007e430b78428b89cfb2fa95c4e5f7828b95901d2d887d1b 2,025 0.75/1.00 vMB 41
330,780 330,780 000000000000000000fb8c5604d0f636ba82c45367b29bcc82ececbdadfa7f4b 1,628 0.98/1.00 vMB 33
330,779 330,779 00000000000000000275e6a8c926086b8923d5fc59c15f1e353c79770f06d194 564 0.33/1.00 vMB 22
330,778 330,778 000000000000000013d2b5831ee7f03008ce613f197b7550857f1c7f58e4c471 212 0.11/1.00 vMB 28
330,777 330,777 000000000000000015c20d9be0e03ffaee7ccd3da56b46346b3b5846044923a0 738 0.54/1.00 vMB 24
330,776 330,776 00000000000000000d9c87c6a6db635b0b8e17a12fdbc0b5497d0047e7d55378 1,294 0.75/1.00 vMB 28
330,775 330,775 000000000000000017b2dbe8a8135254d0d59517fa0af78828ede9cb408315f2 256 0.08/1.00 vMB 43
330,774 330,774 0000000000000000004c3d377d34f5214cad5fb3838f659a3da1fe15c0ef2581 755 0.31/1.00 vMB 34
330,773 330,773 000000000000000005235fbd45b556a00c2d9467006bfff93a84792b2163d4f9 397 0.21/1.00 vMB 25
330,772 330,772 00000000000000000465d0aba6c78c9bc2aacd64d86736dcd7e31cf49e34f9ef 918 0.68/1.00 vMB 20
330,771 330,771 00000000000000001b0e7bc67eff24a85f049246935ca0aec55d22090f1084c2 1,045 0.39/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.