Loading Tool

Explorer IconExplorer

Memory Pool

16,823 transactions
14.97 vMB
0.01929521 BTC
Random Selection Loading Transactions
Max Size: 78.24/200 MB

Candidate Block

Mining Attempt ad954b4db0caddab38a517a6732e1484e9e3bb27131684a6ee638cab7b873fc8
Version 20000000
Previous Block 00000000000000000000ea18deef364d35c34a48a26e4c27bd636dd3f9b729e1
Merkle Root e97ddb117dc27d1ad14d435fe336292701db74d770591ce1134cbea057af8bbd
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 7,106
Size: 1.00 vMB
Total Fees: 0.00358923 BTC
Feerates: 150.93 > 0.36 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,776 (115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,661 941,661 00000000000000000001be357f6cd26015ee2f030cd11fda90341c6a1d0e53f0 5,611 1.00/1.00 vMB 1
941,660 941,660 00000000000000000001654a18824db7571e6b38415264af5184e36b91b63b71 6,659 1.00/1.00 vMB 0
941,659 941,659 000000000000000000004cd79684f27a98eb56785d71517517e88ac241229e6c 7,743 1.00/1.00 vMB 0
941,658 941,658 00000000000000000001d04ea32e3da7e1dd70352454e2c3187abf98f078b57a 543 0.13/1.00 vMB 2
941,657 941,657 00000000000000000001144bd44363e84e93a6dfc507ab1977c5ffbe76707f3b 7,701 1.00/1.00 vMB 0
941,656 941,656 00000000000000000000f862c02a8e3363bd26af5abf8a14ee90363b3480d05c 4,675 1.00/1.00 vMB 1
941,655 941,655 0000000000000000000129e84ba813405af38e98bfc9cb3582ffac9633e66f91 4,153 1.00/1.00 vMB 0
941,654 941,654 00000000000000000000e1ba3f4867cc41d96d5a3b8207c3b3ce67a31571d3ce 2,040 0.60/1.00 vMB 1
941,653 941,653 0000000000000000000073b7a8c4a3a852d0f227a607b0ac3575087214bd1c71 3,554 1.00/1.00 vMB 2
941,652 941,652 00000000000000000001bb4a58d70f8c6042fae6b0041fb83d047a8b49455fa0 3,274 1.00/1.00 vMB 2
941,651 941,651 0000000000000000000210a6872516871e51e895e53a9c714b8e583eadc18c6c 4,156 1.00/1.00 vMB 1
941,650 941,650 00000000000000000001f2bdcf8569eed0dbf319ad1e7b044f8fd1a9878f7c3c 1,432 0.44/1.00 vMB 1
941,649 941,649 00000000000000000001ea9b5457858be2577846049202ea116c149e0d726fed 2,327 1.00/1.00 vMB 2
941,648 941,648 00000000000000000001a3b5798653272fec068edac8fb5988b273c0f93a4f47 1,980 0.64/1.00 vMB 2
941,647 941,647 0000000000000000000007cf289df89ea8ee2b2172be95c8dcc93693d5e19a08 3,028 1.00/1.00 vMB 2
941,646 941,646 000000000000000000011b7fa24b68b1421722388892b3d55db06f269d362b00 6,029 1.00/1.00 vMB 1
941,645 941,645 00000000000000000000869fdce9cbf300e6cfd2b7d6dfde7b41db3f22f2adf4 602 0.22/1.00 vMB 2
941,644 941,644 00000000000000000001de72d8acaf5781295897ace3539c5886e5bda60f1a95 5,470 1.00/1.00 vMB 1
941,643 941,643 0000000000000000000032b04104d17e67eb7f302d1c9365b0a9a0e32e52463a 1,592 0.59/1.00 vMB 2
941,642 941,642 000000000000000000000326f6a312b71def7270a4b53e64b975d7657ec8b9eb 3,411 1.00/1.00 vMB 1
941,641 941,641 000000000000000000014bb16f2b3c6a1ee09a5ff905659287ff935a7cb86e46 285 0.12/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 829.92 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: 4,672.16 GB
    • Received: 254.54 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.