Loading Tool

Explorer IconExplorer

Memory Pool

78,911 transactions
29.40 vMB
0.08290194 BTC
Random Selection Loading Transactions
Max Size: 179.73/200 MB

Candidate Block

Mining Attempt 4fc4a217de683dfe0ef659c8bc19341b2e25004c85ce0aa83481b8c4ec4cbb60
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 68e84a33d5fe5d7993f8fc8af2bc249152fba4b777017aa3d36011b398eb7b37
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.01829834 BTC
Feerates: 402.60 > 1.83 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (442,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,951 472,951 00000000000000000135171ae92a1f7eeabb840a7b51611fc2ead3f89ed135a7 166 0.99/1.00 vMB 60
472,950 472,950 0000000000000000015422ad5be7ebd66e8e7efb37ecb9f718a635e4dd11ab1c 1,101 1.00/1.00 vMB 154
472,949 472,949 000000000000000000e18fe8055aa416b3fe6cd8ae92624694a92abc3c1a0e5b 241 1.00/1.00 vMB 34
472,948 472,948 000000000000000000901ba80395090bb67d68dbc4827edb7c527524a1c37c1b 812 1.00/1.00 vMB 97
472,947 472,947 000000000000000000a3111f3159448cbefd58fa4639bb8f7a39a7b17d7bf9e7 1,580 0.80/1.00 vMB 267
472,946 472,946 00000000000000000093236cdb58a859d27141e2a475d617a2673d83786c2799 1,140 1.00/1.00 vMB 108
472,945 472,945 00000000000000000079b365b0f247e0af8231a90a0bf984c62b05e3ec16896a 856 1.00/1.00 vMB 56
472,944 472,944 0000000000000000001b32d93e7e3b4dfb5e561485e95616853256dc0b69c805 1,305 1.00/1.00 vMB 131
472,943 472,943 000000000000000000bc0591d81dd550a844fafa919dd8ba79de851888a426bc 2,076 1.00/1.00 vMB 217
472,942 472,942 00000000000000000079d895d70d045e001fe48482943631c2c867f066c76ad5 1,822 1.00/1.00 vMB 54
472,941 472,941 00000000000000000040cebca864edf879a1a61bb3ecc1a20b04c0da158f6a21 1,475 1.00/1.00 vMB 132
472,940 472,940 000000000000000000b3ccf2988c69ce0805ef9b88156b1f544fc752752bdbf3 1,613 0.99/1.00 vMB 137
472,939 472,939 0000000000000000012c1d0dc2ee9929fc38ec22fbb59649745a67e8c9eb7907 1,978 1.00/1.00 vMB 289
472,938 472,938 00000000000000000037361b2ba5b802b793581a99ae2df30b5e426964454b7e 1,563 1.00/1.00 vMB 224
472,937 472,937 00000000000000000008b90b9dcbc2c4bd7eec0554647dd52b2b9522bedbf9da 1,676 1.00/1.00 vMB 302
472,936 472,936 00000000000000000000f847441d3dadd842468491d07a0bba8b80c6bfc717af 1,955 1.00/1.00 vMB 406
472,935 472,935 000000000000000001622af048de7bc23080678cea7d7bb728896afe0c4274f0 1,914 1.00/1.00 vMB 335
472,934 472,934 00000000000000000083cfdc92916815885a8cc90508b6f39336dea8acb18d5b 2,017 1.00/1.00 vMB 354
472,933 472,933 000000000000000000c49939683b36e88e16ff9cdbad5d24e395f300be59ce7d 1,133 1.00/1.00 vMB 182
472,932 472,932 0000000000000000002836b6f77963d86c08f8f11f6b022a3d34b3902877dc32 2,013 1.00/1.00 vMB 331
472,931 472,931 000000000000000001311525a3fa3727b8f601ee6c4ac230141b0e542267c9e8 1,810 1.00/1.00 vMB 278
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.