Loading Tool

Explorer IconExplorer

Memory Pool

78,318 transactions
29.43 vMB
0.06684646 BTC
Random Selection Loading Transactions
Max Size: 176.67/200 MB

Candidate Block

Mining Attempt a3b6d8e5dcd671efba6c5edad143200b58333f2c3f1b2690a34124ecb09d0614
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 4a21e075703c1e8cec0624349154686235880328aefccd4d2474280027d256c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,708
Size: 1.00 vMB
Total Fees: 0.00707454 BTC
Feerates: 180.34 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (512,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,702 402,702 000000000000000006e997165ddec58358f2e49168e6b47886a38ede47a0b98d 1,247 0.55/1.00 vMB 41
402,701 402,701 000000000000000002be4cec9571d9aee1694bd2005b6f99dcac8c8f94c38efc 1,206 0.61/1.00 vMB 36
402,700 402,700 000000000000000005319e41d2fa12e53a7b17b4a778bd632bf7f8ce28f7f2b0 597 0.58/1.00 vMB 25
402,699 402,699 0000000000000000045bbdf1a53acbb92412b3799dfa048d8dd5551e69915a6d 516 0.40/1.00 vMB 31
402,698 402,698 0000000000000000049817e808180168bef9a3ba7add9944e0b54dad5efdc9fb 747 0.48/1.00 vMB 39
402,697 402,697 0000000000000000006a60d416b51975384152f9b91c4949edd2e70ac2be4629 994 1.00/1.00 vMB 18
402,696 402,696 000000000000000002c8f935d94beeb560589e88de707bf4db209adaccafb544 1,887 1.00/1.00 vMB 30
402,695 402,695 000000000000000006d2ee8124265b7df68411b263d94e5019d50b7408317a7e 1,764 1.00/1.00 vMB 36
402,694 402,694 000000000000000004c6a929be05aa3b0aed8b62bb8ef040a5eaa8049e5d9c2a 2,260 0.93/1.00 vMB 56
402,693 402,693 000000000000000002446e6b54d8c813f6700d74b7e07d3a1b35de62debada06 3,594 1.00/1.00 vMB 82
402,692 402,692 000000000000000005910ac42e4ddaa775f268943ad3c042ee3ac6bc4729482e 1,214 0.67/1.00 vMB 36
402,691 402,691 00000000000000000295651bf22cdf7c69fdcb61d4b7231cc08f1e39e65324af 2,189 0.99/1.00 vMB 49
402,690 402,690 0000000000000000036df5109e60794f282dcb7b1fa9d87d6f63bfb59c261c90 432 0.34/1.00 vMB 37
402,689 402,689 000000000000000002f2d3dbfe870a08c404c2c8dd7398fc0a94a6942b0cfebc 129 0.05/1.00 vMB 46
402,688 402,688 00000000000000000590811db2825de857c19efb4d89a8da3a25a0cc669cc220 1,840 0.81/1.00 vMB 41
402,687 402,687 0000000000000000041114e791e3cbd20a581253aac67c056d5425db6b70602f 2,533 0.93/1.00 vMB 46
402,686 402,686 000000000000000001fae8800433c6bf8078eaa1cf057e25567efae7f44fba30 1,282 0.59/1.00 vMB 44
402,685 402,685 0000000000000000023e123f91896e36e375312f94e5bfe55d68f7477bda8122 363 0.17/1.00 vMB 33
402,684 402,684 000000000000000004c796dfb15b4479a6500f6f9164a2bcb93d191a0b0b561c 399 0.17/1.00 vMB 40
402,683 402,683 0000000000000000014b1d0d867d06cee4ba90e1945e6365b7853fea3795c817 44 0.02/1.00 vMB 52
402,682 402,682 000000000000000000782e5ac4d744a0f15d19502f6a5b683f672d6423db2ff0 112 0.08/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.43 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: 665.47 GB
    • Received: 15.14 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.