Loading Tool

Explorer IconExplorer

Memory Pool

73,894 transactions
27.33 vMB
0.06874425 BTC
Random Selection Loading Transactions
Max Size: 166.63/200 MB

Candidate Block

Mining Attempt ad7cba242c5155391172802e509cd2e371933a9ebb2af90bd99a2fda127eeee6
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 01750ba20bbfedb0e88e04f6c9ad2ede4beee517b8f85af455c4f7b1d242d138
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,347
Size: 1.00 vMB
Total Fees: 0.01069140 BTC
Feerates: 337.46 > 1.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (627,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
287,713 287,713 00000000000000002f9f4c34f03e3ae41204d3e18b635b9614ff0d803448bdfb 157 0.15/1.00 vMB 18
287,712 287,712 000000000000000141c9f8ef7b6da1b643f277b8b6781c98126e85bd2af5847c 689 0.60/1.00 vMB 29
287,711 287,711 00000000000000014bc20b5e9d5d1ac83689a78b037595587531397218a7ae9a 883 0.50/1.00 vMB 37
287,710 287,710 00000000000000001cfc62495ebb8a874aa91d355d905ebad9326272bdd4e5a0 442 0.35/1.00 vMB 33
287,709 287,709 0000000000000000f4e4bfcff797e0b2abab0cdba2def63577540bcfac2045ca 541 0.35/1.00 vMB 24
287,708 287,708 0000000000000000b707ce9c6be438a7efb42fb4af7868c836d01d5101651ca1 656 0.39/1.00 vMB 35
287,707 287,707 00000000000000007f4b0522b5b2e07820237d4b30af25fb3d23595de272b9a8 217 0.16/1.00 vMB 29
287,706 287,706 000000000000000000c3aa5b0cd22d887a57bfb67cedbfe93b162d7c7bb95cf4 165 0.17/1.00 vMB 18
287,705 287,705 0000000000000000dcb31954f9d8f31f1cfe0f38a6196af26b85a95a1e71e591 156 0.35/1.00 vMB 12
287,704 287,704 0000000000000000e84787fc0fc82ab2fff8ba73c206d4268a3ac7f4d94ca159 257 0.35/1.00 vMB 17
287,703 287,703 000000000000000141fd4f7e22a3950faa9568d423e8f3797c2aea8bd654ca38 595 0.35/1.00 vMB 30
287,702 287,702 00000000000000006168dded97dc6e5d73c799b2a1a7a9f3fe6d2e69e187828f 550 0.25/1.00 vMB 48
287,701 287,701 0000000000000001146c58bec4c7f2e5fbe566b7cdd6bf707791dec9b7bc9a49 655 0.35/1.00 vMB 256
287,700 287,700 000000000000000107e6957ab937867e1ca49511fc91a0bd17da2dbeb864c32c 67 0.03/1.00 vMB 33
287,699 287,699 00000000000000009aa702c1c489dc73c208084ae8f3c48f6e57f37235e17a81 611 0.35/1.00 vMB 36
287,698 287,698 0000000000000000e1f3998df37b02e379b4368a8fa9234b93507524969272f4 270 0.25/1.00 vMB 23
287,697 287,697 0000000000000001182634a4f7de540765b090ac6f83c3bfc719415055ae4d40 559 0.35/1.00 vMB 31
287,696 287,696 0000000000000000e763aa8cbd70011c4e05cf8e153d3839b294c0b120217759 846 0.50/1.00 vMB 32
287,695 287,695 000000000000000128e48a97041efac0c72a3846aaedaa6ef676aa4d93fb73f6 225 0.25/1.00 vMB 22
287,694 287,694 0000000000000000db9ac4e9bbd0335f94305fc1f6772f5b39bb7c188f610f3e 1,118 0.50/1.00 vMB 54
287,693 287,693 0000000000000000fee087a31f2c9c00f8a26935bf133a63ae4659bcc671460c 830 0.35/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.94 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: 714.92 GB
    • Received: 17.62 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.