Loading Tool

Explorer IconExplorer

Memory Pool

87,186 transactions
31.64 vMB
0.21889823 BTC
Random Selection Loading Transactions
Max Size: 192.08/200 MB

Candidate Block

Mining Attempt cfb46b7651d0a6bbbc883b097fa3706b8c021803b41d920409f16a705cddf7d3
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 34a5767b788bac279232ca8b9fe49d8ac86adaf6bd509160ebf4d3f83e1f2f2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.11022070 BTC
Feerates: 502.67 > 11.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (534,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,956 380,956 0000000000000000106ab9e35d835296de8e22787981d1640010e3cc886da050 1,764 1.00/1.00 vMB 31
380,955 380,955 000000000000000011cf76e8db87492ecb3f3d4058bd2c3b47c941559175b94c 1 0.00/1.00 vMB 0
380,954 380,954 00000000000000000dcab0fcead45b455a6e7e975dedf7e7cf8583470d984dc6 1,691 0.75/1.00 vMB 46
380,953 380,953 000000000000000004d2eee2a21e82c25794efecfa9ebebb9e7e3e60e637f082 1,274 0.93/1.00 vMB 22
380,952 380,952 0000000000000000083e2d6f080422b72928939b9c0a8e09209e804f821df97a 2,559 0.93/1.00 vMB 43
380,951 380,951 000000000000000001fc5295b518dcc63edfaed5f47b1a2d5190fc0cdd915bf4 201 0.12/1.00 vMB 83
380,950 380,950 0000000000000000012cd264844243f08b15394dfbc63f1a0560877423b6f580 1,825 0.99/1.00 vMB 23
380,949 380,949 0000000000000000055fdb13aa668e0a67d7262b95b63f0ef066b10430f4a6de 2,121 0.75/1.00 vMB 55
380,948 380,948 00000000000000000cee6d646b4e2d9587a2eadd639a883d6baa926af959901f 2,119 0.75/1.00 vMB 53
380,947 380,947 0000000000000000076feb342e4dd3c856a1d31104ce50e06134ff7bac4470f2 253 0.11/1.00 vMB 115
380,946 380,946 0000000000000000112c0753e6c28cbd879caa189f7f2e7adb2155f7b7016a30 2,395 1.00/1.00 vMB 45
380,945 380,945 000000000000000009f55ab95ea501a61f3b85d7b2aee86d28970cb4820a4857 1,683 0.99/1.00 vMB 29
380,944 380,944 0000000000000000037289eebd49b016180b340e9aaa3f5e8c349c646e82b7e3 2,365 0.93/1.00 vMB 43
380,943 380,943 0000000000000000037b146d1b79c74fe934f1576e465eb5470037757a56b8c5 2,190 0.95/1.00 vMB 43
380,942 380,942 000000000000000010c8429870684af35c3d593f923b0cce489a1de0542aeb5c 440 0.29/1.00 vMB 24
380,941 380,941 00000000000000000d35026cdf25e4e0283fb8ff38580689c61f482a9aeb7900 1,868 0.93/1.00 vMB 39
380,940 380,940 00000000000000000afa62a83da510fff2ba2df2693127fd328bf1002c6a4f3d 1,824 1.00/1.00 vMB 32
380,939 380,939 00000000000000000aa9f5027ea0f43db78ede012e91e095f24f0045f873575b 1,016 0.93/1.00 vMB 21
380,938 380,938 0000000000000000019d2b069378950c87914af662bf25b3604ca4d089c0276b 215 0.10/1.00 vMB 44
380,937 380,937 00000000000000000b61c45ea8fe4d369d3dcc69ed7cf1de9289bfb0248aab86 760 0.75/1.00 vMB 18
380,936 380,936 0000000000000000079f4219efae8c4eb43fdf27cf72b36ddc3f3a76dc90cbea 2,005 0.92/1.00 vMB 40
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.95 GB
    • Received: 16.08 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.