Loading Tool

Explorer IconExplorer

Memory Pool

74,791 transactions
27.53 vMB
0.06480287 BTC
Random Selection Loading Transactions
Max Size: 168.14/200 MB

Candidate Block

Mining Attempt c415ffebf60bbb499b11a1d8111f1fbe187b227452ad83d7f91e0dc621c47cf0
Version 20000000
Previous Block 0000000000000000000091aab2e57355cdf4c0fac78ba90baa2b5eeac3f0e020
Merkle Root 03486c1e870162c1d47233d46f63d4a96731cb41d198b6ced22a168732ef5545
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,155
Size: 1.00 vMB
Total Fees: 0.00623243 BTC
Feerates: 11.94 > 0.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,278 (277,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,574 637,574 00000000000000000007592d6a78e7569fe02ea647f617e7e89fdd75d4f73c9a 1,476 1.00/1.00 vMB 6
637,573 637,573 00000000000000000004cf3e1e01e382333579eb830f60c13b944ed5c294ff0c 2,794 1.00/1.00 vMB 50
637,572 637,572 0000000000000000000cbdfbe86df1a6ad808bd694d52bf9df3b199e16fe59bd 497 1.00/1.00 vMB 8
637,571 637,571 000000000000000000084e9b4239a1a4b152ef02b02b22373a2b98041c12e222 1,526 1.00/1.00 vMB 17
637,570 637,570 0000000000000000000a8bd5b049b42dd3bfb262dc164e89fe351d54b3f718a0 223 1.00/1.00 vMB 3
637,569 637,569 0000000000000000000f68b8126e1163d15691487c4b048d5fa51107f34cdf5c 1,016 1.00/1.00 vMB 11
637,568 637,568 000000000000000000096e77462c2feb4e152364e628edad482ab9f151a0aa7e 767 1.00/1.00 vMB 9
637,567 637,567 0000000000000000000bae18f15adfb4a150a58649f87a6a421d2af87b6b702e 1,161 1.00/1.00 vMB 3
637,566 637,566 0000000000000000000ccb36f157c08a6b78d23ff0622135ca1a4627abe2c861 2,744 1.00/1.00 vMB 33
637,565 637,565 000000000000000000020dc0143df4422b5b4d2dca3b4a9b8bdc7c286dd7072e 1,443 1.00/1.00 vMB 9
637,564 637,564 0000000000000000000a6f74f0071bafbce7fbd8d28593cf54b6370428dc68ce 1,892 1.00/1.00 vMB 16
637,563 637,563 00000000000000000008bdf0f60145faa7031955ce0e32085aa6b549347d0617 2,289 1.00/1.00 vMB 41
637,562 637,562 00000000000000000006e9ecd690c4f84e3d867b56eb8d2757f69846f64bb20c 778 1.00/1.00 vMB 5
637,561 637,561 0000000000000000000b91eb92acb8217e97ec01aff26366ab6ec1a37d4efd72 1,843 1.00/1.00 vMB 9
637,560 637,560 0000000000000000000842479a8c1a4ab22d2ef891d0552085f8c38010073700 2,429 1.00/1.00 vMB 7
637,559 637,559 000000000000000000003056c3a5677ec3743118d7a213ce1dc5511a9599e65b 2,192 1.00/1.00 vMB 23
637,558 637,558 000000000000000000089b50d0d3fb16eeb2034a53b9386c686950063012259f 2,114 1.00/1.00 vMB 45
637,557 637,557 00000000000000000006c3f728b31cee8d13521caf77de08939ce9db89bb99a3 2,628 1.00/1.00 vMB 29
637,556 637,556 00000000000000000002926e5498758c40826d873548011e1eff5b0b7b12728d 2,428 1.00/1.00 vMB 54
637,555 637,555 00000000000000000008c433bfb6e1c578408d6bd6e9bc9e76b91655d98cb13b 2,950 1.00/1.00 vMB 16
637,554 637,554 0000000000000000000aa1a882ce7b0cdf4f37184a6ca0ce0ecdfe78ef52d19d 2,696 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.87 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: 713.10 GB
    • Received: 17.31 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.