Loading Tool

Explorer IconExplorer

Memory Pool

75,368 transactions
27.78 vMB
0.07950008 BTC
Random Selection Loading Transactions
Max Size: 168.95/200 MB

Candidate Block

Mining Attempt e1baa0b3a44524a28b6ad60192a132c3e566914ab15dc347f88a261fdae0ab65
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 94a8f5dd4b8821f2dfc4786e1b28c20ccbfcc629f684f2e4753bf30902c9bbd6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,655
Size: 1.00 vMB
Total Fees: 0.02001513 BTC
Feerates: 151.01 > 2.01 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (627,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
287,719 287,719 0000000000000001455deaeb48e3c8630689c1748129d23ddb6249e94de29690 307 0.25/1.00 vMB 39
287,718 287,718 00000000000000002034193964bb3ce9c9e1ca4a3f3957d46464d3b3b8bb8cb2 72 0.05/1.00 vMB 16
287,717 287,717 000000000000000007978c9bab31feb8ac5c2ffbf80ef09291c1283102dd80d5 665 0.35/1.00 vMB 39
287,716 287,716 00000000000000011fee3d5f268bc199f12740c1ec8bcc73320979922e0847c3 566 0.50/1.00 vMB 44
287,715 287,715 000000000000000103f95abb87e0f6bc9c214b9862ac5e3ec642886b0b81f5cf 851 0.35/1.00 vMB 89
287,714 287,714 00000000000000000e991ade07a2113c79bd37383fe62f1f6a2071732d181065 204 0.10/1.00 vMB 23
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
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.90 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.