Loading Tool

Explorer IconExplorer

Memory Pool

76,276 transactions
28.26 vMB
0.09215005 BTC
Random Selection Loading Transactions
Max Size: 171.50/200 MB

Candidate Block

Mining Attempt 2c02f9b2073a13825f72d13637f19336c862b082db0c49d56df5df866c51a995
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 4d0cd3bb8907bf22bb200ec69bdc9907016e5f428c0e4883766d8f264982f7de
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,590
Size: 1.00 vMB
Total Fees: 0.03021763 BTC
Feerates: 402.60 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (624,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
290,849 290,849 0000000000000000e238dda67683c2dae54bf5f96b3b6331f527cbdae33f064b 64 0.05/1.00 vMB 27
290,848 290,848 0000000000000000f72fa719095e2743e3e3d9f3212cbf4249e89149ac398d67 881 0.48/1.00 vMB 37
290,847 290,847 0000000000000000a9f8981a39831b47f3d804903e905aae01fc7dba4839d06a 512 0.25/1.00 vMB 35
290,846 290,846 0000000000000000b1874f3c069fde7f2b7b96d0c89f9d93b3a121276339fcd9 1,024 0.33/1.00 vMB 57
290,845 290,845 0000000000000000ead73a92d0df95cb1973a31225ddd160e36cd6e9701d8d41 565 0.23/1.00 vMB 41
290,844 290,844 0000000000000000c299f560377aa3ace9f7e730885c7058efeddb84746418f8 37 0.03/1.00 vMB 35
290,843 290,843 0000000000000000ac896edffd64e3ccc0e677d9248c135448b9c93f48ce720e 304 0.27/1.00 vMB 15
290,842 290,842 00000000000000003785a771d2a40daf60404d0df9af4d5daeaac3b1eeeb748a 1,042 0.35/1.00 vMB 53
290,841 290,841 0000000000000000c10d2330934bf847167cee99318d7715207e90cdb53ad8ac 128 0.04/1.00 vMB 48
290,840 290,840 000000000000000095d4ad92eaff91e7bb35aa0fdb6df4d801d41179e5e761a5 65 0.07/1.00 vMB 13
290,839 290,839 0000000000000000e28e1aac7e649ecc64d89bc0cef51af5b52ac737d4d49484 854 0.35/1.00 vMB 35
290,838 290,838 000000000000000007bf54e0e4a4a83f86f700f9752410ea5babd0b6a9f78bac 278 0.11/1.00 vMB 87
290,837 290,837 000000000000000099a888f2271f32f3c38e73b73a0bce2fd31539fae791a187 127 0.07/1.00 vMB 32
290,836 290,836 0000000000000000fe9bbea2318086c2b7925ceda0cb82c7b49abaf52f05d303 59 0.10/1.00 vMB 7
290,835 290,835 00000000000000007a3478fa815a26ddd3c94687fa6ec46c5a9c58cf504cd243 116 0.05/1.00 vMB 40
290,834 290,834 0000000000000000b1526d4b7e03fded381d900e0f394b0b09b697c5709b01b6 282 0.13/1.00 vMB 37
290,833 290,833 0000000000000000e4c7f5a2ff7caa150e3a5d96b539b24f9e2a4fc701552fb8 193 0.14/1.00 vMB 21
290,832 290,832 00000000000000000d6b99e4486796cf5c69221a9cba6720d41102fc2002e8e2 1 0.00/1.00 vMB 0
290,831 290,831 0000000000000000c5e63614209fbe7bd71257be5b9bed3212066e5224bbdf60 512 0.26/1.00 vMB 27
290,830 290,830 0000000000000000b5ddf9031ddf9a08781a48393592a6fa285d7327f4f6dbff 1,024 0.33/1.00 vMB 52
290,829 290,829 0000000000000000489516c0c7db2dcac525bfb15a71a347a5c7109daaff3de7 16 0.01/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 714.69 GB
    • Received: 17.58 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.