Loading Tool

Explorer IconExplorer

Memory Pool

44,946 transactions
27.37 vMB
0.10403139 BTC
Random Selection Loading Transactions
Max Size: 143.52/200 MB

Candidate Block

Mining Attempt 5a34f389f93691621ad1aca893a69a77b8636b7c7eb413710889b4282177b23f
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 7ef4a2cb0774adb0753878e86c94500e3f3bbadecbb5dce8a36c8a16f0753f63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,596
Size: 1.00 vMB
Total Fees: 0.04753531 BTC
Feerates: 151.16 > 4.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (511,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
403,690 403,690 000000000000000000f3c793c9ab5163a68f242d7d8f435cf5f4257bcc81c3db 1,233 0.57/1.00 vMB 34
403,689 403,689 000000000000000001a208acb6b31cf35b1e313371e0c7a00f1f787dfbec4f61 1,138 1.00/1.00 vMB 23
403,688 403,688 000000000000000004e625b154c5805db8659083e932181e31431dc1beb0cea7 2,565 0.93/1.00 vMB 50
403,687 403,687 000000000000000001d5d94ef587c5d7ebda73d16b66c877f1727c7e82b3b210 639 0.28/1.00 vMB 42
403,686 403,686 000000000000000001743c96ba1e9803339d6c0b6ab9e940d654d2e865cf5e03 1,432 0.61/1.00 vMB 43
403,685 403,685 000000000000000005aa112b5588fa214c20c0409f499b0ef01ba145e0105255 1,495 0.67/1.00 vMB 40
403,684 403,684 00000000000000000557d8ab206d7b44ea1cd39aa20e814de06f49576fccb1ec 1,419 0.80/1.00 vMB 35
403,683 403,683 000000000000000002bdb9c6869c019475e0ceb71ccd6ad382e1b5939bf9dda6 465 0.18/1.00 vMB 40
403,682 403,682 0000000000000000059d5301b22ec9f32d473be375b8edb259f643f86aa34379 277 0.20/1.00 vMB 27
403,681 403,681 00000000000000000453676222d380bd2bb680d8984bb7d95384dfe98848ce63 2,336 0.99/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.