Loading Tool

Explorer IconExplorer

Memory Pool

76,898 transactions
28.54 vMB
0.09964245 BTC
Random Selection Loading Transactions
Max Size: 172.63/200 MB

Candidate Block

Mining Attempt 3c10e5f6f53d346ae3d52eb3eaee8ede4e54e8372ec6734875bdca70535e6f0f
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root ba022dea0b9c1c90f30982c798077e3f698b65c5c9fe02b74e7366f2f8c8b458
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,426
Size: 1.00 vMB
Total Fees: 0.03475826 BTC
Feerates: 150.80 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (281,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,089 634,089 0000000000000000000c89805f0455c7dc77d51b5b7cac2202ae7c6e23f58714 2,463 1.00/1.00 vMB 27
634,088 634,088 000000000000000000105456fea65fa320284c5981cbf8c9eb399c94a221c97a 1,643 1.00/1.00 vMB 32
634,087 634,087 00000000000000000006c998dbc6d7082643bca359b234c55743f8254fa7e322 1,299 1.00/1.00 vMB 40
634,086 634,086 000000000000000000009830a7f8c64161e323b9234e1eb776862c93c43ba4e9 2,259 1.00/1.00 vMB 50
634,085 634,085 00000000000000000001fbf48c0487ec5232485ac2106e6f8e2663d6d6ec3d8b 2,100 1.00/1.00 vMB 32
634,084 634,084 0000000000000000000d972cc312510d2a4811854e3705a0693289d73065af75 1,234 1.00/1.00 vMB 13
634,083 634,083 000000000000000000147806f8b99ea2f682945af6075a88ca779b81b0072b05 1,894 1.00/1.00 vMB 26
634,082 634,082 00000000000000000014349d62c0325a03d36239baaab372fec51b0d9dca8431 2,284 1.00/1.00 vMB 39
634,081 634,081 000000000000000000079ffa91d10397b2d61a5760b1dae7807423ebe85de3b4 2,890 1.00/1.00 vMB 21
634,080 634,080 000000000000000000029408fbbde6ed4976a496ab4dc2e767d63c84f6f6b853 2,654 1.00/1.00 vMB 38
634,079 634,079 000000000000000000071354a1e293d02b04b8869bda9706baa0d891a384dc9a 2,662 1.00/1.00 vMB 14
634,078 634,078 0000000000000000000a74566ea3048c3acd4b90a200a991070799b3696c0eb6 2,948 1.00/1.00 vMB 23
634,077 634,077 0000000000000000000903b3b6f0b547a60367ae2bc841d22267f8ab3b110723 2,730 1.00/1.00 vMB 28
634,076 634,076 0000000000000000001116580eb912f0d787bb5726ba88f7f18a7f15a0eca95e 2,379 1.00/1.00 vMB 54
634,075 634,075 0000000000000000000c3a2ba88cef092a4b2fc9ad7556b22924b223014ae353 2,693 1.00/1.00 vMB 38
634,074 634,074 0000000000000000000872afcdbf5cd486cdcee18118dfc7a25cffcd381e5407 1,376 1.00/1.00 vMB 5
634,073 634,073 000000000000000000086125d61337df842b6ca83f2385897a3710e6aa8f6397 2,481 1.00/1.00 vMB 28
634,072 634,072 000000000000000000121e9057e5adcdbb916ff57de92da9154bea21a686c1e5 2,312 1.00/1.00 vMB 31
634,071 634,071 0000000000000000000b48b1980376f76d5b4c696af20c8209d2e772188adcde 2,131 1.00/1.00 vMB 16
634,070 634,070 000000000000000000047dc44101742e833c21a87846eb3863ee44c3e4f0ea5c 2,666 1.00/1.00 vMB 21
634,069 634,069 00000000000000000000b9901c91ca6a2b4bca0a816730398766ba339acf852b 2,348 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 712.63 GB
    • Received: 17.21 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.