Loading Tool

Explorer IconExplorer

Memory Pool

82,790 transactions
30.53 vMB
0.15990129 BTC
Random Selection Loading Transactions
Max Size: 185.26/200 MB

Candidate Block

Mining Attempt 6a83a56600dd859fca0f2f16b909fdc3adc283c505015a1c785834d524bd8abd
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root a92aa7a6de69a02ba51170ba2367b9cf985eea9fa7777f7d0d95299c165d40a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,066
Size: 1.00 vMB
Total Fees: 0.08178594 BTC
Feerates: 111.00 > 8.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (215,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,067 700,067 0000000000000000000ed88d9481edf0790576ce9dafc0ce85eb32e3f2c0b501 1,833 0.70/1.00 vMB 9
700,066 700,066 000000000000000000063d15e726df5df8b5cffd60c58e567667b2caea039d56 1,608 0.59/1.00 vMB 12
700,065 700,065 000000000000000000056909c0a24a19bad122a4c8544fa900ae206566ed0d50 2,189 0.66/1.00 vMB 6
700,064 700,064 000000000000000000098337f96d462b33fb194c2cc1562f3f64ff5d441df33f 2,725 1.00/1.00 vMB 14
700,063 700,063 000000000000000000077ab797e5ac1cf9b40e7f61dc65317325de67e65c983c 598 0.49/1.00 vMB 4
700,062 700,062 00000000000000000001aefc90714f55b6668884d9e853f2096e01fcab3e52e7 2,089 1.00/1.00 vMB 10
700,061 700,061 00000000000000000009765757874a8b70778051ad18db1436d9110cba934f24 1,469 1.00/1.00 vMB 4
700,060 700,060 000000000000000000037a7efa5015a15700e21a9a6e95c71e20a7e547fc50e6 1,480 1.00/1.00 vMB 10
700,059 700,059 0000000000000000000d310b37d0817662c0b8107ff9e7a1bc2b18600133e8bb 1,413 1.00/1.00 vMB 2
700,058 700,058 0000000000000000000bd1c49609d9b4c9215c237640541496f2c01eee4b9239 4,059 1.00/1.00 vMB 3
700,057 700,057 0000000000000000000ccd9bb70d98f6d8aab133f11eb7777e7afa58bdfc0266 2,786 1.00/1.00 vMB 4
700,056 700,056 0000000000000000000aad77305f5ef2d0d7eb293befdcb9cb755193f5733e11 1,956 1.00/1.00 vMB 10
700,055 700,055 00000000000000000004c8478e37ceb86102976e1ebedd77e8e3a0e471cd4c14 1,923 1.00/1.00 vMB 5
700,054 700,054 0000000000000000000851b1ef4a90ab9ed5e32fab82f57f02607d48c8837f78 2,615 1.00/1.00 vMB 7
700,053 700,053 0000000000000000000d29efe8415136c80fc2a0ec1c8c505e5dd8b8996361d8 870 1.00/1.00 vMB 10
700,052 700,052 00000000000000000005d4e2aeedf6f5ab89df1b2e1383804e577b0910872914 2,906 1.00/1.00 vMB 18
700,051 700,051 00000000000000000000d1598fd6534226cb66f35617bfcd1b020c7f5984988e 2,160 1.00/1.00 vMB 16
700,050 700,050 00000000000000000008e5b6c6ebdc4d8f4cb4075c7f0be884687b16f6a2a665 950 1.00/1.00 vMB 8
700,049 700,049 000000000000000000025939c2e7dec83ada974e91674320b4a39af323c7eaa4 2,431 1.00/1.00 vMB 13
700,048 700,048 00000000000000000007a3f9b57cca66b0038087f9d977cd95e9a7baca69b0a9 3,093 1.00/1.00 vMB 17
700,047 700,047 00000000000000000009aa4b953dcf156ec522bf43e9681417624a2272cf0196 2,274 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.