Loading Tool

Explorer IconExplorer

Memory Pool

47,201 transactions
27.64 vMB
0.07216449 BTC
Random Selection Loading Transactions
Max Size: 146.41/200 MB

Candidate Block

Mining Attempt 917fa7b6529e402788f63b1379a368c33ea1349c929a2eea6c17c38bac9d99bc
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root bf6dfdee3f61393c8d49c431a23f3710b15d7cc8aad71fbceb381b4b9345b1c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,881
Size: 1.00 vMB
Total Fees: 0.01942713 BTC
Feerates: 318.30 > 1.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (511,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,711 403,711 000000000000000001eee9b864c065b6db2234ec2fab2c7af5bf3c7e3c7ca078 1 0.00/1.00 vMB 0
403,710 403,710 000000000000000005caef1e190b6ec02d0308ac2b9473811b7a4217c595abfa 1,264 0.56/1.00 vMB 43
403,709 403,709 00000000000000000207e799f8a37b2a893f954a08be3fc8b321b89742cf47c1 621 0.31/1.00 vMB 35
403,708 403,708 0000000000000000061aa07391035527719efd1a6cc37bbf992bad43681f997a 288 0.13/1.00 vMB 39
403,707 403,707 00000000000000000505e486994c9ac19c4b59281505c0d7ba81d18ceb13b05b 1,217 0.57/1.00 vMB 42
403,706 403,706 000000000000000000e179ca633f51d1b75d942d07fb39a57787d053a8d5a5c3 807 0.38/1.00 vMB 39
403,705 403,705 000000000000000004962ad727a84089ef66212e6ca74d5dc862e7938b9406e8 1,575 0.83/1.00 vMB 34
403,704 403,704 000000000000000000c0165123729923bb2140f3563c0380e7e71da93ad33afa 1,356 0.96/1.00 vMB 23
403,703 403,703 0000000000000000032b31d5cfcb408f5409e8a17ec05bb5486389066becb247 2,218 1.00/1.00 vMB 31
403,702 403,702 000000000000000005b07b3e02255fde396c26290b4d12864c8317fc19964003 3,329 0.99/1.00 vMB 86
403,701 403,701 000000000000000005e45e2c4799d3097352b5b68ef0051b0da8d8f633955296 779 0.39/1.00 vMB 41
403,700 403,700 000000000000000005dfca48a26c8ddcb5606c9f21d741f3abb6310df5db975f 700 0.38/1.00 vMB 33
403,699 403,699 0000000000000000061146730d111b75c038f1e4c431ae002c17cf3bf0a676b9 2,383 0.93/1.00 vMB 47
403,698 403,698 0000000000000000017d381d45e2c87da39efa7558ed7ca449ca827d933c3a1e 294 0.16/1.00 vMB 37
403,697 403,697 0000000000000000008ab9e6ba6b16ba447809bc8df80ee804bbf2f41baa6b17 2,029 0.87/1.00 vMB 43
403,696 403,696 0000000000000000064a73d8740bca2157802e03b5039a58b161ea488e8d1dd3 1,140 1.00/1.00 vMB 17
403,695 403,695 000000000000000005a3f1b6b275b3136fcf8dc564c587e3dab66595a779b35a 1,012 0.56/1.00 vMB 32
403,694 403,694 000000000000000002986fa19c982da4c02fdf3d22be9e9acdd9d2f61b35f606 1,573 0.75/1.00 vMB 43
403,693 403,693 00000000000000000283b6c57bcd6c43a756e7c7b58a739770ffbb0d1f56dc86 458 0.33/1.00 vMB 24
403,692 403,692 000000000000000002b56b71a468d39925ae5d568d678fc0f6464f133b1f2653 552 0.22/1.00 vMB 43
403,691 403,691 000000000000000000e0d2415723f8b231433abf885563ba59538f8cb422bf91 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.20 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: 654.03 GB
    • Received: 14.09 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.