Loading Tool

Explorer IconExplorer

Memory Pool

23,870 transactions
12.03 vMB
0.03481911 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.32/200 MB

Candidate Block

Mining Attempt 4299c965b972b4389c1d743f2f09b44d7e52484a5ff8d30619e7cab535e79643
Version 20000000
Previous Block 00000000000000000000516a7e988e2b7ba898322e7634f092f5911b40946d02
Merkle Root e2945499503115dfadab5b1fa26bc7280a5fee1ccc0285dd1e0111b5851b9647
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,430
Size: 0.99796375 1.00 vMB
Total Fees: 0.01464796 BTC
Feerates: 171.09 > 1.47 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,683 (712,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,826 200,826 0000000000000085675d6385de2b05cc1889b7a61d0571eb20194e405c4ca8e2 176 0.08/1.00 vMB 242
200,825 200,825 0000000000000208c20c43f188f143d26691cdadbf78799995a37bfdd383fa37 254 0.11/1.00 vMB 163
200,824 200,824 00000000000002435ca51fb984f6916585d691defdda32a92983c8f0735c03cb 253 0.10/1.00 vMB 249
200,823 200,823 000000000000019c3a4dfb1c2c4a25ed4da4e7407afd986bb89e235024733d89 245 0.11/1.00 vMB 127
200,822 200,822 0000000000000511c31a1a5b26c148bf820f2a05db1445c185b8dcfac612aec1 36 0.03/1.00 vMB 473
200,821 200,821 0000000000000017a9e5053566aef212b3931bd5914d00c835aafe3e8568331d 47 0.03/1.00 vMB 43
200,820 200,820 000000000000029678aa323b220dc96234baa8f6336985c1cf03346cb78849ca 81 0.04/1.00 vMB 121
200,819 200,819 00000000000003d6e43e6d956cff3389d0286915ec2e5792047653ad07d7f672 187 0.11/1.00 vMB 141
200,818 200,818 0000000000000333b8bdc6ddfc2321ca59a5d5777e92021d2be8a12d1687f660 189 0.06/1.00 vMB 108
200,817 200,817 000000000000007c979bdfcc538def258cce5adb1f9033c513da8757d71d2324 247 0.10/1.00 vMB 138
200,816 200,816 00000000000003a7b54c631d66286151e4ba38aa7f003a28f1f26bb7736e9261 170 0.05/1.00 vMB 543
200,815 200,815 0000000000000035d5c4624f45549082ea2f63042d4fc84cf90249305f516437 169 0.08/1.00 vMB 122
200,814 200,814 00000000000001e8ff3cc7263e24789be19ed7c1c97d8da132f46e2478ee4e5c 146 0.06/1.00 vMB 93
200,813 200,813 00000000000001b369347748e3ed8010d9a67da8beff51d0298026a1f6cb1008 137 0.06/1.00 vMB 104
200,812 200,812 000000000000018aeee6fdbb3604b7dbbf4d25be05f194ccd2db8b4e0f302bcc 279 0.12/1.00 vMB 137
200,811 200,811 00000000000003a02f3edfc666c1e10a56ac785ba4503ea75434f4423d63b522 14 0.01/1.00 vMB 91
200,810 200,810 0000000000000265807fe94b7ccffc65833e5b77799b1f6bd66eb6555ebe78af 420 0.16/1.00 vMB 32
200,809 200,809 00000000000005a82e535db89e4dc82d3040dc1fd3df3117014cded38a066c85 152 0.05/1.00 vMB 153
200,808 200,808 0000000000000103ad29972b4842ec7d4d7cf7f01766dd457d2ae78f617f6466 120 0.05/1.00 vMB 196
200,807 200,807 00000000000003d0a2b137c66d55be62f106b95239e71013f63b57a512796470 100 0.04/1.00 vMB 57
200,806 200,806 0000000000000352d6073bf718b31baa8d268b74f4f2d9d91758f4447e1ac9fa 140 0.06/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 780.06 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: 488.80 GB
    • Received: 3.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.