Loading Tool

Explorer IconExplorer

Memory Pool

31,574 transactions
12.36 vMB
0.04568532 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 71.59/200 MB

Candidate Block

Mining Attempt f3a8082838299957db36991fca8afe99aa469ac60a6170b32c7922789b13c06d
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root 961646cf1ef93b7ce0b729db1392a0b9d9228f7683418ca468506d3740b925e2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,264
Size: 1.00 vMB
Total Fees: 0.02354564 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (770,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,976 142,976 0000000000000916c64d191be84d21d77e03a20ade50920b3e9b6275bc0038f2 6 0.00 vMB 113
142,975 142,975 0000000000000312bf01b4725eb3e0dab9e80b4d28e77d4564a5dfe9c84d843a 21 0.01 vMB 59
142,974 142,974 00000000000003868fb4c156f877e75e6e1457575d10610f3bbe0ffc17ce72c1 47 0.03 vMB 76
142,973 142,973 00000000000001c33194228413b368ee1fac356c06b57b532a37b749762c19b9 30 0.02 vMB 260
142,972 142,972 00000000000004a2a63f15b0e43ffad95a77a66b68197498934a8c7eded688e8 9 0.01 vMB 28
142,971 142,971 00000000000007c469e9fcbcbf08514b071508c91bc165513844c3f3f71bfddb 27 0.01 vMB 223
142,970 142,970 0000000000000362d90860a4e4534588858f2d1e40a1b3025710b302555c5334 139 0.04 vMB 55
142,969 142,969 00000000000001bef09a589bbc7644b1ac09db7e40db78ca943ea34eb22877ee 29 0.01 vMB 498
142,968 142,968 0000000000000672851b70fac10a29722f1c89792876d29cf28f406772641cf6 42 0.02 vMB 188
142,967 142,967 00000000000000134283cccf7241ae5d387f8b42e45c3c70a787ad224a95f3f6 22 0.02 vMB 183
142,966 142,966 00000000000006dc647f4521fd5e0f25ccfb827c7b7c8fb2b3777a271b4530cb 18 0.01 vMB 112
142,965 142,965 00000000000005230fc77277b4238d2f7c106926b58cc3702fa1a6ab341cfb18 65 0.03 vMB 106
142,964 142,964 0000000000000741a873e83c5885c4e4b470a2f2d03fc645fe52c0c7aef760c0 12 0.00 vMB 737
142,963 142,963 00000000000004c168875422a93a73bce85bd7d4e976b954be66cff0e763447b 78 0.02 vMB 7
142,962 142,962 0000000000000651e441d33e99c98f6ce8e4ae2e4d7027e4fcf56db0401ea5f0 62 0.03 vMB 385
142,961 142,961 00000000000004b5b69361957b257e2de239f351eca1c1c00b0b2ae479f462f1 111 0.06 vMB 174
142,960 142,960 00000000000002a8c9b1a2c775a28bcc95f7e70f07349dd82736eac54c839a51 115 0.05 vMB 330
142,959 142,959 00000000000000a958676af343478bce96a328f6962acafb1c2f0ec81d0f539b 80 0.03 vMB 167
142,958 142,958 000000000000030519ac34edc70b799ddab253058e5e694c83ea2bcafc7af4cf 78 0.04 vMB 159
142,957 142,957 000000000000024083906f0ffee569151c7d749af7211a6d38b64aecd1847ebc 46 0.04 vMB 102
142,956 142,956 0000000000000455a70447b3352351dbc54e1eecbdaef94eaf1a882e3db816c9 9 0.00 vMB 431
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

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