Memory Pool Memory Pool Refreshing

5,031 transactions
3.78 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,358 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (885,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,066 23,066 00000000d476004a90a0189666dbe8d29f348e09156c7974df99296695a0d0bc 0.00 MB 1 0
23,065 23,065 00000000f39956b5c54dca2bd2b9aa2b9470b49af065b264569b27bad14afb9e 0.00 MB 1 0
23,064 23,064 0000000029c59cf52945cd4e23f06b5e7a70e3361466e7463e063de0cd6b4011 0.00 MB 1 0
23,063 23,063 000000005342326d0c628820d6d36300b05cd7aa5403d5721ec5b2a97d9dbd82 0.00 MB 1 0
23,062 23,062 000000006f0654461916aeba94d36d26acc21ecf5bd4adf44316eab3ff0c3904 0.00 MB 1 0
23,061 23,061 0000000046f7d08cb044a1c6b9fc9cf77818ce4eede50b3120cc8613cb5fdb22 0.00 MB 1 0
23,060 23,060 0000000064319de8e6a81795cffe91f72e0edb0f68f098bba4af990dfdd5cc00 0.00 MB 1 0
23,059 23,059 00000000601028f3660c5e414c7067b324726f1b5ae09b2791f0225fc59b3c1e 0.00 MB 1 0
23,058 23,058 0000000047868a4f1471230d530dcb4c3f39b870e5188d68a82afd339403d305 0.00 MB 1 0
23,057 23,057 00000000777b0f4bc2a184593530c5011b68f08e3db00eede95d55fe7cec0649 0.00 MB 1 0
23,056 23,056 00000000f0aa92c215d588ea8d2863e2c60a58e4e785d882da9075933e5f78bb 0.00 MB 1 0
23,055 23,055 00000000b4d21442dff635a98fafa31bf7c35f19b21b7164e93e3e467b7a4da9 0.00 MB 1 0
23,054 23,054 000000004f0a213788006e617ece5204986c982baaf2f23af3d7302c17826481 0.00 MB 1 0
23,053 23,053 000000001d1cd5cdd3e073bf75585c05d1dd420d866a01bee6fc4c9987f5d1cf 0.00 MB 1 0
23,052 23,052 00000000941eabc7e3ede9953ee888cd0be7e2239cca3e55f29ea389874ec39f 0.00 MB 1 0
23,051 23,051 00000000b83ce6c5998d7634a298fa4b9a6ba1840e370d030c7c8db13f651121 0.00 MB 1 0
23,050 23,050 00000000b407fabf77c1b01627193cc6e97ff390f1f37dfb89cbfbb039e5486e 0.00 MB 1 0
23,049 23,049 00000000bb5cf736c0d95b14fe81f32a9c7b4ded37ec7250f54a1c4346dbf273 0.00 MB 1 0
23,048 23,048 00000000bda5472d386afa6b514ca0d599382b1d87d53bfeb97ae9553caa0580 0.00 MB 1 0
23,047 23,047 0000000078374e947bda71a7411c2f12444a2610fcf4161cecc23d1f2bfcaa5c 0.00 MB 1 0
23,046 23,046 000000003798ea6e8a8826b017ecf5ad88b88f69653a9de511f05444576a1c2b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.79 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.