Loading Tool

Explorer IconExplorer

Memory Pool

88,414 transactions
32.21 vMB
0.13873998 BTC
Random Selection Loading Transactions
Max Size: 195.13/200 MB

Candidate Block

Mining Attempt 4ad36f9afaa9cccfe5d6f4bc471233bc7f3dd4c79beef86cb5f1d103ba16268c
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root b9acd23a407911cd981a4d636e6648b01dee10d658b0a133d6aade12c3fd565e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,951
Size: 1.00 vMB
Total Fees: 0.05167076 BTC
Feerates: 101.65 > 5.18 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (425,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,803 489,803 0000000000000000009005762f9c10d16bc88013b9280de78e318ec69e59b83b 2,212 1.00/1.00 vMB 225
489,802 489,802 000000000000000000dd90f552b55906955509af952eb117b8ffb62c6417a0fb 2,241 1.00/1.00 vMB 270
489,801 489,801 000000000000000000c8e8a23ebc7516791bd9d5edc2d80c6b341fdfca48e0e1 1,971 0.99/1.00 vMB 272
489,800 489,800 0000000000000000004526e639a8b2a3f9878bfc7d512579c1fe54f299f2d37b 2,491 0.97/1.00 vMB 259
489,799 489,799 000000000000000000d93db6731c5aca1a221733fa23b88c7bcffbf509efd7a2 1,901 1.00/1.00 vMB 294
489,798 489,798 00000000000000000095fc9eeff864c7283a76de497bf552a030db10cca2230e 2,103 1.00/1.00 vMB 87
489,797 489,797 0000000000000000004dc928edf31ad473bc47e561bbe8dde604c7df3070df5f 2,455 1.00/1.00 vMB 158
489,796 489,796 000000000000000000cb6b4a68d692baf40dd8c2839a0feed78e75f127ea952f 1,903 1.00/1.00 vMB 94
489,795 489,795 000000000000000000572eca1d078b284377d742de8b49a90b694dbe7d0f1f24 2,121 1.00/1.00 vMB 120
489,794 489,794 0000000000000000002b3187413073a79ef512e2bc7b5b350c5c3b74a7d810fd 2,073 1.00/1.00 vMB 198
489,793 489,793 0000000000000000008d2292c3333a124178274763ef446bce211e9a1cdbf2d9 2,365 1.00/1.00 vMB 255
489,792 489,792 000000000000000000690f99f7928226f7f09c6e520dbd26a265d8b5d159a545 1,879 0.89/1.00 vMB 146
489,791 489,791 000000000000000000094e752580e2e3ad73be71aa0dea01fe9bb4c220e67149 1,711 0.60/1.00 vMB 255
489,790 489,790 000000000000000000a6bac7ba7291247d5072ef595fc2be8e9780ccd304e010 2,510 0.97/1.00 vMB 246
489,789 489,789 000000000000000000704081b8deb32fd087a2d460cf61b1a10142310d1f2f2f 2,233 0.96/1.00 vMB 38
489,788 489,788 0000000000000000009932d0fa6e49569ce5cbb6ef80d1669553cf4ef35c821d 1,922 1.00/1.00 vMB 184
489,787 489,787 000000000000000000e1e070cc759467fc64e995efe5d42af0d4f07d888b01ec 2,844 0.96/1.00 vMB 65
489,786 489,786 00000000000000000086c291955946d3a96b800c6c69ca8a03c85dc619396b9c 1,989 0.93/1.00 vMB 185
489,785 489,785 0000000000000000008e62aad09677b232abef98dacfbfc3709dc1f6eaddf194 2,000 0.92/1.00 vMB 98
489,784 489,784 0000000000000000008ec1da3fc96393daa4ce52ae956d372aa88cbaa90419fc 804 0.99/1.00 vMB 437
489,783 489,783 0000000000000000002b62533236a05dab3e7d4735cde17415493a99b179d80d 2,253 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.