Memory Pool Memory Pool Refreshing

4,742 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,987 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (760,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,885 146,885 00000000000001f20cbb967b82f263d3bc026198db74b6a7a47564ba2619f9cf 0.01 MB 12 46
146,884 146,884 00000000000006809610be907e7852f14482b092c6302f912686226624ab641f 0.02 MB 38 426
146,883 146,883 000000000000078a9a0633c7696004a1cfe3e5851d94d29ec6ec6a175cb389ac 0.00 MB 1 0
146,882 146,882 00000000000007bc4f9fa57ab00d1db89c70812e02646854a29991f86222c66e 0.02 MB 61 130
146,881 146,881 00000000000007f936123f91f925e24026823fb399f394a487a26423bb40efbc 0.04 MB 112 313
146,880 146,880 00000000000008e68a287a655d87500fe9d24a717f3a02180ff65feed8f94f0c 0.01 MB 10 256
146,879 146,879 000000000000001828d4d05b34813a85a3e206afc9bc1298f6c969274fb1e846 0.03 MB 108 147
146,878 146,878 00000000000000c6e885275c3bf47d673ca4c6b5f9ccac461ac2465b95eb4650 0.01 MB 23 99
146,877 146,877 00000000000001fe45c7f5a3c39c951fab06b3e6dabadd529ee500547f107f86 0.05 MB 133 121
146,876 146,876 00000000000000501269177f20325df8c2b79f3d0a88a23e086a3db503ff06fe 0.05 MB 93 204
146,875 146,875 000000000000007d66eac0ba3b022e7b82241bcbcda22ff9efac6a8cfc6ed133 0.03 MB 47 93
146,874 146,874 0000000000000769035eb9146085ac275f2f88a9a145f5378f50eaef1c078ebb 0.03 MB 106 72
146,873 146,873 00000000000001ce0abbba969273c6597c27503fe8290b638063f2949ca2dafe 0.04 MB 111 114
146,872 146,872 00000000000001574127081087c696af075fe05742f68555ea839ded268e5da9 0.02 MB 40 59
146,871 146,871 0000000000000874c4728402f3a0370ae66d8707c9ec3c8938fbd9abbf905806 0.01 MB 27 155
146,870 146,870 00000000000002fb9723b01469e1720639bbaff3ca55eb511e2bbf208289575d 0.02 MB 38 64
146,869 146,869 000000000000060645313fbb0f89f018a31e9cf6a88dc1e1ae679bc5d5e535cc 0.02 MB 76 112
146,868 146,868 000000000000012a3b9500e573f649c640bcd74b69c10d4f1a5f0510a309d491 0.01 MB 11 307
146,867 146,867 000000000000055a54109d32e94b3bdd792b11a48a49bdbabd3a3897efcddb33 0.00 MB 11 126
146,866 146,866 000000000000087f8ee9f3a28e1f6758fd02938a59dab60e08bb91932cc71a7b 0.01 MB 13 154
146,865 146,865 00000000000002cc74b479ab9e84ba5dea915266c4f95a38957387bb13cf102f 0.02 MB 43 94
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.71 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.