Memory Pool Memory Pool Refreshing

174 transactions
13.70 vMB
Show Random Selection Loading Transactions
Max Size: 55/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,337 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 22 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,336 (814,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,927 93,927 00000000000435542a5c52895f78df1c687f1e599f651b4a90ba0a726981b3a1 0.00 MB 3 0
93,926 93,926 000000000008ea5fe985640aaad2ae42776aa22047b3714495c2a2cbb92cf557 0.00 MB 3 0
93,925 93,925 000000000006ed68073b1926870c0123be34dba5c52cb1f2bc91a0f816bcdb13 0.00 MB 8 0
93,924 93,924 00000000000037ad96d47651d3eca77fdabaff108b9d3e9798c890a17004079c 0.00 MB 8 0
93,923 93,923 0000000000043a72d61ab5095213b6a5da2272a9a930a46d0c8f00abe668bccd 0.00 MB 5 0
93,922 93,922 000000000008f246f73fc6a01832a148b5d9a0bcfef2c7e8c5fb94abf5048455 0.00 MB 6 0
93,921 93,921 0000000000008f6f03ddc9464e0a05f8a11b0e1931410435bbaf78d9fce35bbe 0.00 MB 8 0
93,920 93,920 0000000000022b51992fe547751ced75a49a669fd000e8dc43dd695882ec5073 0.00 MB 1 0
93,919 93,919 0000000000050ff9aa9aa60451f96f2de52001da14331e6ea09ab03541c1ac58 0.00 MB 2 0
93,918 93,918 00000000000784e56457c6f1fcaa272ef767aa5db400ab9ec2c4bd40b6281929 0.00 MB 8 0
93,917 93,917 000000000005c3f7c0905617433f7d7dd50d52d6d4b469736a4b1f76a3886c8a 0.00 MB 1 0
93,916 93,916 00000000000025e276c19102285825fa52f09204008f1c300b8aa2d6bc499281 0.00 MB 8 0
93,915 93,915 0000000000054e2adefef0adf8ad0e7491d6b9a344f5bbcbd8ee0b46cbb7ae2f 0.00 MB 4 0
93,914 93,914 00000000000659b1063eb96eef17eb1e3c1e465deae996bd27761a039969cfee 0.00 MB 10 0
93,913 93,913 000000000003548b8bf8c3f93a5e11f86facee6328c37df3c0dcd8616430ba2c 0.00 MB 5 0
93,912 93,912 0000000000089a2752fc155282075cc885d8ef6fd248f6cf3462e2eb3e5285b8 0.00 MB 7 0
93,911 93,911 0000000000083db7c724821e885a8329d8afb1d8f80372fa805c9df5c8c78266 0.00 MB 5 0
93,910 93,910 00000000000626dbe6562853f101821aed0e417391050f6528b9af2ee8cd6f58 0.00 MB 1 0
93,909 93,909 000000000001391108f95236c30945e73f367b75aae0c822f9ae1349007e1386 0.00 MB 9 0
93,908 93,908 000000000004e6088756fe361e6868118abefda714619e86941cec820f984b70 0.00 MB 10 0
93,907 93,907 0000000000030c6682f6bdedc44042422251bc7cf19ca186a5cbbaf8cd9a09e5 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 770.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,701.64 GB sent, 98.75 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.