Loading Tool

Explorer IconExplorer

Memory Pool

79,484 transactions
29.52 vMB
0.09248012 BTC
Random Selection Loading Transactions
Max Size: 178.59/200 MB

Candidate Block

Mining Attempt 48498e4fa24fe99ba855a11e3ddf0acb40c98dfb2650d72b5cbac9cf5e8f3b71
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 5f5d835c4685a1d715dab3f5d85bbbb99036ac8a2b2491b0621557b7b4c4db7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.03046399 BTC
Feerates: 301.60 > 3.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (398,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
516,830 516,830 00000000000000000038770dc5d4900710f16b02f7a3f49ad56acbfd829a4b14 2,321 1.00/1.00 vMB 37
516,829 516,829 0000000000000000000b7035e57f245c4aee0c9315311ffc5eb72942f2d00f3c 1,240 0.80/1.00 vMB 19
516,828 516,828 000000000000000000360865fd029a52797032dbf24b7161f8bc367a6ff92868 1,119 0.53/1.00 vMB 18
516,827 516,827 0000000000000000000b9ce68fde81fb58355c39c94cfcedeb8cc5a7dd2b1f87 2,662 1.00/1.00 vMB 29
516,826 516,826 0000000000000000001d01f19aecfc80042a581e4f8b8566d2a6377302cefd8d 1,379 0.46/1.00 vMB 34
516,825 516,825 00000000000000000045b34a470182ca66c963971dbda3315d43391979936931 594 0.29/1.00 vMB 26
516,824 516,824 0000000000000000000ef604ced918d41a7f0e96bbc55a802942ba17f9e30c1d 759 0.31/1.00 vMB 15
516,823 516,823 000000000000000000105ee82006bbd138dc13960082b44928d939b64b872446 3,164 1.00/1.00 vMB 36
516,822 516,822 00000000000000000034951f32ae1a898280053ac1891240846db91f0839a5ac 1,107 0.50/1.00 vMB 18
516,821 516,821 0000000000000000002cc7160e57c98542f547bb389c59fddabd742cfa7515bf 3,035 1.00/1.00 vMB 31
516,820 516,820 0000000000000000002e94c7739cf4c20eb147e6ec11168a5bfae4c16951d983 84 0.03/1.00 vMB 21
516,819 516,819 0000000000000000001d780b007fe4ff88b8f95af0c176f89512a32ed9a40786 797 0.25/1.00 vMB 26
516,818 516,818 0000000000000000003969c6814977c44b467e8b5bccbe00dd1910e9f1a4a9f2 1,033 0.61/1.00 vMB 30
516,817 516,817 000000000000000000470c31bd4ebf56a8dd945a4c7a580ed76c3e162c2a17f9 712 0.24/1.00 vMB 23
516,816 516,816 000000000000000000003f95e084553e4bd70b41fb62900355ae6fe85eb7e10a 749 0.33/1.00 vMB 11
516,815 516,815 0000000000000000000b1724de047c3acb6980f0d1f86dcfeedd860a88bff68d 2,814 1.00/1.00 vMB 29
516,814 516,814 000000000000000000284b3c46511b1a98431ddbd7a45fe69107d9e516b381b5 1,085 0.38/1.00 vMB 30
516,813 516,813 00000000000000000019bd4898536faa32352e3890778141edf3bfcd4cc1d30a 1,053 0.43/1.00 vMB 26
516,812 516,812 00000000000000000006d3a9c9d1a5dcb5b333a803aca466de8d4e5a19253505 1,571 0.50/1.00 vMB 33
516,811 516,811 0000000000000000003751dfc0453aa9117be86b527633b8457225993a3a3a3e 1,885 0.73/1.00 vMB 23
516,810 516,810 0000000000000000002c53a248efb22cae22cfd23bce2f686d3ee079a63ec166 245 0.11/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.