Loading Tool

Explorer IconExplorer

Memory Pool

74,825 transactions
27.61 vMB
0.07396411 BTC
Random Selection Loading Transactions
Max Size: 168.41/200 MB

Candidate Block

Mining Attempt 6dfb2a019de82e17705f34a051dd18ede6eddd201430d3693c09695cc05a5c09
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root e5069094db7058a8cdee0aacefb0a78b36a1fbbc022ad197caeaae7372edbfb4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,324
Size: 1.00 vMB
Total Fees: 0.01506475 BTC
Feerates: 100.35 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (93,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
821,820 821,820 000000000000000000010a4ab846bb7633e43873aee371658442c604d0f33660 3,839 1.00/1.00 vMB 273
821,819 821,819 00000000000000000000ad8ab87c61bcbc0e20579657f2e7c074f5fa45c75226 4,096 1.00/1.00 vMB 178
821,818 821,818 000000000000000000027d4e6aaa38d9463fb80da50879464d9cf33f89a3526f 3,887 1.00/1.00 vMB 219
821,817 821,817 00000000000000000001ea8990b7a3e2fbd5b5412c4b20643f4d934106a2ea5e 3,791 1.00/1.00 vMB 224
821,816 821,816 000000000000000000012a3ee500ba41e43e56f0b4bcd5eb2bfeaf064dadea72 3,453 1.00/1.00 vMB 225
821,815 821,815 00000000000000000001e2e000aee0b0656ed430d7ed7d0656b3e719173de42e 4,112 1.00/1.00 vMB 195
821,814 821,814 00000000000000000000a9ade82341b028888cd7137e14e6b48c9da7a15ac3d1 2,909 1.00/1.00 vMB 379
821,813 821,813 000000000000000000041ef4aae33d27ae35c3d3660b5842f43faf28db1e67d2 3,994 1.00/1.00 vMB 219
821,812 821,812 000000000000000000028b6ee5719885760bdf89ecb28ccc7612178c56007c0c 3,266 1.00/1.00 vMB 192
821,811 821,811 00000000000000000002fbd9fe3a04c73a3b87f2fc8e7b165267c0fcccb2bac5 3,306 1.00/1.00 vMB 200
821,810 821,810 000000000000000000000bd306aec3d686735273088f5ce2e652de00b0db990c 2,448 1.00/1.00 vMB 280
821,809 821,809 00000000000000000001906d4b56212ac115363bc5a34662582bbf5d7e284e56 360 1.00/1.00 vMB 209
821,808 821,808 0000000000000000000237930f79a8bb20443656e3eba3152441db953a8aa031 1,490 1.00/1.00 vMB 292
821,807 821,807 00000000000000000002a8838994629136c2cd6d3d5e8d2c0726461fa04c8d20 3,909 1.00/1.00 vMB 223
821,806 821,806 0000000000000000000336369fe648851dede4c309b05d7a5ee88d859e5d47bd 3,609 1.00/1.00 vMB 156
821,805 821,805 00000000000000000002eee885d1ab97bfc37ddad74a48b9642ab8ddbb0176ef 4,670 1.00/1.00 vMB 258
821,804 821,804 000000000000000000003d13c46d2e20007d9f67abb7e0d59f655bdbbe5fc27d 4,093 1.00/1.00 vMB 284
821,803 821,803 00000000000000000001a068a8b7b88e665210b82885480e02c3f73089f1c93c 3,572 1.00/1.00 vMB 152
821,802 821,802 00000000000000000000ffc1574b06d0be0176259884fb0760fdf4172daf6efe 4,505 1.00/1.00 vMB 226
821,801 821,801 000000000000000000027ab06536829a408ba6a3816aed0fdadf125690b8f86e 4,068 1.00/1.00 vMB 271
821,800 821,800 000000000000000000020c1480de40a86acfabe84b14a1a39f074d12c02e7c44 3,527 1.00/1.00 vMB 194
Previous 10 blocks ↓
Total Size: 782.89 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: 713.51 GB
    • Received: 17.38 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.