Loading Tool

Explorer IconExplorer

Memory Pool

24,292 transactions
11.71 vMB
0.02980868 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.55/200 MB

Candidate Block

Mining Attempt 265513a089a919328f0a906f82c6bbcff60d557d38736def13f704fc8f6a657b
Version 20000000
Previous Block 00000000000000000001b4e0c3e4d0289f01b1b913463163383a26e4b927bb95
Merkle Root fc10c4da8b1a72333fde935e534a09715f74a37632fea45fb21900017c26c56e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,355
Size: 0.9978955 1.00 vMB
Total Fees: 0.01038314 BTC
Feerates: 203.60 > 1.04 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,775 (743,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,091 170,091 00000000000007b7ed630b536445e46c561da26ef79afaee1f7b9df53b834001 33 0.02/1.00 vMB 80
170,090 170,090 0000000000000a3f0d9672449a35415877d961b24d9a0b3c6f226b4a4ab44482 84 0.02/1.00 vMB 2
170,089 170,089 00000000000002217b65c7c0b705e46923b7591663cff5f8476fca80eb53face 15 0.01/1.00 vMB 29
170,088 170,088 00000000000001639e49f0a07c53d19686f500005e11b3c29f538d522a28e8ad 89 0.03/1.00 vMB 100
170,087 170,087 00000000000002a9641e0ca92c005f40bcda4df407c804c507e0589973aa3ca3 11 0.01/1.00 vMB 0
170,086 170,086 0000000000000a5efb4e9410715e85310b6a4785ad9887ad33e71e6c50340ecb 75 0.04/1.00 vMB 283
170,085 170,085 00000000000004d185149981804b75c0a217250551a338e8a8eb30704805245a 1 0.00/1.00 vMB 0
170,084 170,084 0000000000000583a710132c1f3ff39bdefa6cb593276231bb76521eb4c35c3e 34 0.02/1.00 vMB 164
170,083 170,083 000000000000095988a6b10f4feb90edd1a566dd4f0a3e9753e1e9098295e5d3 35 0.01/1.00 vMB 177
170,082 170,082 00000000000004edf2ab732e77837af1511b26bd2f96118616b958233e5eef21 12 0.00/1.00 vMB 77
170,081 170,081 000000000000058a50061947e447cb62d3acec5a460fab50c2b00018284dfa14 41 0.02/1.00 vMB 129
170,080 170,080 0000000000000483f0f70a96d223d457f31597ae5ab733940f593e1976900881 13 0.01/1.00 vMB 17
170,079 170,079 00000000000004c25a84f8636ab4fe31607105aef39609f305c7df07d20fbf02 91 0.04/1.00 vMB 61
170,078 170,078 000000000000015e369abb841f5ebf3adfde19dfae000f548c6191b91a5b3d04 37 0.02/1.00 vMB 25
170,077 170,077 0000000000000665277cea209ebf02236c04968238770b7f09cea5872a8f3da4 10 0.00/1.00 vMB 690
170,076 170,076 0000000000000222c2bd4cbe61b0d7830b68a8415bb36f34fb42fb48caacb69d 67 0.02/1.00 vMB 449
170,075 170,075 0000000000000818c08374f7a83e5c2d9eef3551563ffa14a79788bcbe3dea16 59 0.02/1.00 vMB 130
170,074 170,074 0000000000000315b95a3c4527596fa9f081a247a95dcfe2bb4f028c0c56df34 37 0.02/1.00 vMB 93
170,073 170,073 0000000000000106e4054de3acf8f1cd3a966e008cb47eab8c4a74124cb0a841 90 0.04/1.00 vMB 79
170,072 170,072 00000000000007f7d16a5f72dc1b89e23380e1886563d0e05c90c96e365707c9 1 0.00/1.00 vMB 0
170,071 170,071 000000000000087a33b89bb1d0bd3ed95d5b9443acbe25d3fe2157e5fef2c726 15 0.01/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 780.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 507.70 GB
    • Received: 4.15 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.