Loading Tool

Explorer IconExplorer

Memory Pool

40,745 transactions
17.89 vMB
0.16215202 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.86/200 MB

Candidate Block

Mining Attempt 57e517414a9dcd335efb0c17f8bdbbe311ee968ec2003c714ae8c15076fb4984
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 7f8f3155743003c72dbafafbbae65466af74840d28f3c4dcf4be9c5bdc7bf795
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,313
Size: 1.00 vMB
Total Fees: 0.05100399 BTC
Median Feerate: 4.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (775,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
137,823 137,823 000000000000001f71908ebce637b06274db8a6a05e43f0e816ee32017f6f706 28 0.01 vMB 71
137,822 137,822 00000000000000d09006b381a80b0c1c3c6144287bfcd1319e6bb0cde8d4887b 15 0.00 vMB 227
137,821 137,821 00000000000004a76f7094ded5ad273e97810723a6467413989f72a8908b929e 18 0.01 vMB 513
137,820 137,820 000000000000065489c21d30c8ba1004035cc9c2cc22208049eb1e96c8f4a277 56 0.03 vMB 432
137,819 137,819 00000000000005b756422477b552b7a960742ac30242ad67f9d0c5bc75c35897 87 0.03 vMB 181
137,818 137,818 0000000000000133afb8a04d71f8c1abefd2e6daa940ba50c0d3f9567f4c91c6 22 0.01 vMB 0
137,817 137,817 000000000000082b53a8440514aad8530c217c2b9c864844bf80044767e1524f 75 0.04 vMB 305
137,816 137,816 00000000000007b11c49b270618837a8d1d86ad382d832bb50b96f99f5f2995f 75 0.02 vMB 2
137,815 137,815 00000000000003b701a02582d141491eb32ce0878c57fb090186bc1ffa4fa377 1 0.00 vMB 0
137,814 137,814 000000000000041fa17f1b0ca83093c857b1e83ef0f4b36770800099de7f9fc4 45 0.03 vMB 322
137,813 137,813 0000000000000672ad7a031d38ee579907db34a76d6a4ad89f34fd473ec02350 13 0.00 vMB 302
137,812 137,812 00000000000008973c97247311f5a3dc71b6cc41374d1951bee8419f7aaa6410 19 0.01 vMB 21
137,811 137,811 000000000000024979cce20f3fb10573df660f78ed2193c79797f84b60cb870b 68 0.03 vMB 74
137,810 137,810 00000000000002d5a59205a114eb4d43ab5eb2c143ee9c1ccdb3790da742de94 109 0.04 vMB 1,498
137,809 137,809 000000000000067de950c0bfb0c948749630a511470bfbdec8a11c7864010143 17 0.01 vMB 979
137,808 137,808 0000000000000076dab5a684e3834ef58787f60a1174824657fb0abbabac136f 97 0.04 vMB 161
137,807 137,807 00000000000000f6084ea8e3778624fd0f61ef5a24a4966b708a849c5194fa3a 2 0.00 vMB 0
137,806 137,806 00000000000003c15ca080b6743e448d0bcc50ffd36259c9c1d4d0306c667ecb 111 0.04 vMB 255
137,805 137,805 00000000000003a7262bc65929a943091bc9d623e93d2e52c6cbaa68717fb92d 32 0.02 vMB 450
137,804 137,804 00000000000003d9d75754874b98a6b381412b24e8f292ff86e1667e6502aa6f 113 0.03 vMB 55
137,803 137,803 000000000000002191e61c358a3e35d7c6c4d535be121b257f58964b21ab2244 23 0.01 vMB 297
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 93
    • Outgoing: 10
  • Data Transfer:
    • Sent: 112.69 GB
    • Received: 0.47 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.