Loading Tool

Explorer IconExplorer

Memory Pool

74,385 transactions
27.57 vMB
0.07327490 BTC
Random Selection Loading Transactions
Max Size: 168.03/200 MB

Candidate Block

Mining Attempt 304eac5bee21e1d697db2b7e1e8275e3ae43fd75c0c042fc895fc1ccd32df2b5
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 831e3cccafb9c15fa94beb2c95c0c8dae062acc33da6cfc576f692b31c3c2c99
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,166
Size: 1.00 vMB
Total Fees: 0.01443238 BTC
Feerates: 101.19 > 1.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (476,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,033 439,033 0000000000000000016acf3d28954d4bdd332e3981e3937906f837fdd2e1be99 2,902 1.00/1.00 vMB 73
439,032 439,032 0000000000000000028b12e9d63711160b2656a085bab6fb3a7fa2004a679fb6 2,299 1.00/1.00 vMB 59
439,031 439,031 0000000000000000033895d816ebf1384e414bdba870e251d4d7bc9d365c299c 959 0.69/1.00 vMB 39
439,030 439,030 0000000000000000022f9595d67ca6bd138420c131ca6a5de76fdde02232bef9 2,487 1.00/1.00 vMB 85
439,029 439,029 000000000000000002b9eaf751999e361e15d98ff7414749fb6fc11ff929990e 2,561 1.00/1.00 vMB 77
439,028 439,028 00000000000000000119871a782abf10c0fcca3c884d5d8937c3eba401953561 2,585 1.00/1.00 vMB 69
439,027 439,027 000000000000000002f7691646bee240dc4781c186feef4cf4c0c485dabf54e4 1,440 1.00/1.00 vMB 76
439,026 439,026 00000000000000000225c7d38c9442c26b35cde8fa3f5fa1f10bd739ce3cbeab 2,367 0.92/1.00 vMB 64
439,025 439,025 0000000000000000025da60fbbeb14d5248db9ca4ca7a6c56700439e03d43429 915 0.44/1.00 vMB 43
439,024 439,024 000000000000000001505f92b3cd122e59468e4ed0e49a2e9ad3fd3d1a45d50a 1,873 0.75/1.00 vMB 77
439,023 439,023 00000000000000000158fb3dd435f763bae5cd40a90f955554bf08728f3bcdc6 1,957 0.99/1.00 vMB 49
439,022 439,022 00000000000000000206bcc4183bf363976e4f489bb881d39c0e894c52795bc7 16 0.01/1.00 vMB 54
439,021 439,021 00000000000000000292160c22e237cbe9250b0007e1fd2b48d43c67b10f35cd 428 0.26/1.00 vMB 47
439,020 439,020 0000000000000000037d1f9a4ca20ea0351b9b1e7f4ed000044af9f927207e8d 588 1.00/1.00 vMB 13
439,019 439,019 000000000000000002c4ebd17993ce83a8ed751d9d4e073113f74ccc9d7035bc 653 1.00/1.00 vMB 15
439,018 439,018 00000000000000000278feace2ed57977ec2918b2f37b321093f113ec7f9623f 2,123 1.00/1.00 vMB 61
439,017 439,017 000000000000000003dc32f10e02e6400f7b623a21328d040e6b26988b0d26ce 1,212 0.44/1.00 vMB 52
439,016 439,016 00000000000000000211d9b9a58fe8a63bbcb80d765375785e4c39c95c560e4a 2,432 1.00/1.00 vMB 73
439,015 439,015 00000000000000000206402b206c3c0bedb07a3cc5e99cacd5f01c1f36ecb30a 203 0.08/1.00 vMB 66
439,014 439,014 000000000000000000cb97d6521d2b50a76f64984734f9f117c8785ea5d4594b 1,105 0.97/1.00 vMB 24
439,013 439,013 00000000000000000138b74dea200b34feadf6add7f8d2ac782aa0c51cd7583b 780 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.93 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.66 GB
    • Received: 17.58 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.