Loading Tool

Explorer IconExplorer

Memory Pool

29,621 transactions
24.35 vMB
0.05587606 BTC
Random Selection Loading Transactions
Max Size: 120.79/200 MB

Candidate Block

Mining Attempt 27b72081c85cb67aa000acb6a019bff44c71cc9bf49c381d526fbf09777cc5bb
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 3fecb784b16febc66b519ef83b4ea4cccf28178488484f42445413fb3c3415d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,386
Size: 1.00 vMB
Total Fees: 0.01243763 BTC
Feerates: 100.60 > 1.25 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (516,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,059 398,059 0000000000000000051bb97f9f84f68f04fb1e1aa45231de45e0827d5f55aee9 2,154 1.00/1.00 vMB 38
398,058 398,058 000000000000000000fe5dea9660f3c03307d29b11902a496ce3ebe227da2b78 2,508 1.00/1.00 vMB 45
398,057 398,057 0000000000000000036dfe70f14d02e55c802f2ee8a39e5ab1aeda35d3c3d5f3 2,045 0.99/1.00 vMB 37
398,056 398,056 000000000000000002f2a15d5266d06c09ba56464b83bc0c4cc86976deac8f3d 1,587 0.63/1.00 vMB 45
398,055 398,055 00000000000000000414264c6eacce26e110bd1bdb3f53b515bcba813a8f0bdd 517 0.99/1.00 vMB 9
398,054 398,054 00000000000000000110afa5eed39309df6d9e0a7947603e5bc9dd7ec56c0cbe 1,513 0.99/1.00 vMB 27
398,053 398,053 0000000000000000024ef36beb5f48a25875a6126c523ab691dc56f55bf7c687 2,597 1.00/1.00 vMB 48
398,052 398,052 000000000000000002707e7582ceb503900888fdb21fe2dfc5b08f938f08e307 1,978 0.75/1.00 vMB 46
398,051 398,051 0000000000000000022beae4aec434334893ea5be8c9c503c2a4a8a004c5e5cd 242 0.18/1.00 vMB 19
398,050 398,050 000000000000000003234fa175ae250fd453f35a741047c7b518a66b7f6e5d0a 1,600 0.80/1.00 vMB 36
398,049 398,049 0000000000000000056a051ac7f04c89a79e2d8c464011fd678294750ad9821e 1,807 0.89/1.00 vMB 37
398,048 398,048 00000000000000000148cb04f668594dfcc6034e9e52e8de8fe9dc7874845389 322 0.15/1.00 vMB 33
398,047 398,047 000000000000000001283893981f3c14426e6d4d65a138cc28fc58c6b8264263 1,277 1.00/1.00 vMB 19
398,046 398,046 000000000000000006a9ff214f8d96da04eb88f45c29d6cc2c5694c98b0003b6 1,006 0.53/1.00 vMB 38
398,045 398,045 00000000000000000579b5da42fde6e730842f470830494a76cbb06e87ad7e4e 875 0.54/1.00 vMB 37
398,044 398,044 000000000000000004fb6a4a8c43ae251b8258a978d04124ada72d41033e4563 309 0.23/1.00 vMB 26
398,043 398,043 000000000000000005edcab5122b943a7dac488f96ac4b1789cb5749c0f4bef6 988 0.54/1.00 vMB 34
398,042 398,042 0000000000000000078d67a265ab904089a2967b7b129dcaa81c5464268c69b6 578 0.33/1.00 vMB 35
398,041 398,041 0000000000000000052fe65ac6e55fb0d1e694239b92f1affeb272238fbdf0f9 646 0.27/1.00 vMB 41
398,040 398,040 0000000000000000031fb13abe2fcdccaf45de7ab99ec2e33d336f6569a40b17 257 0.14/1.00 vMB 30
398,039 398,039 000000000000000001e878f702340537f8b6a13d776989cdd87f46c4aef08ae5 1,043 0.43/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.87 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: 642.76 GB
    • Received: 12.55 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.