Memory Pool Memory Pool Refreshing

615 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,282 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 584 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,281 (901,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,269 7,269 00000000fb4306016140d54443a226596e9998c3fd3260f13adf24a4f8555617 0.00 MB 1 0
7,268 7,268 00000000f735bb7ba097702ecffefaa00fb780c107864a4388cb47185a16f396 0.00 MB 1 0
7,267 7,267 0000000053c595c8ba04b43d09f6b7eb0ccc868014daf55c2895392eaaaa0690 0.00 MB 1 0
7,266 7,266 00000000878119c100055d8423526cbd934a88de8ca8db65d9795f1677e4cb6a 0.00 MB 1 0
7,265 7,265 00000000cf884c9ca1e2a408132942d48be12baa47022d902c1dc29397a8d29d 0.00 MB 1 0
7,264 7,264 0000000014e42377cc14aa8e94fce7fc56b6a2bc283264ae129936413cb6232f 0.00 MB 1 0
7,263 7,263 00000000a7c6917ba27d9ca0582f84df7e7bf3c829a8e56f5f0a91b81f8b9541 0.00 MB 1 0
7,262 7,262 00000000ad836134859dc96f02b1c60f4513416af6b0dc8c8d9f472addf5572c 0.00 MB 1 0
7,261 7,261 0000000060cc74f4ba38719e12725436b9006d02500ac5d79136c8fcf6f8cd9b 0.00 MB 1 0
7,260 7,260 00000000d206578bb06e7de703603d9fe23e4480e68aea9d4f26fc0dcc555b32 0.00 MB 1 0
7,259 7,259 0000000093743ded074ee9414c4bd9faca89149f0b35325286de4c9111d2755e 0.00 MB 1 0
7,258 7,258 000000001904fbf0b1dd2d14c1bb713d5a7f7ae2fc921a516e8f2f4dff592437 0.00 MB 1 0
7,257 7,257 0000000073313ad7936a139e97851b826f778737c572919ea5deba76eacdc41b 0.00 MB 1 0
7,256 7,256 0000000056db6a4454e23ac6b37e36d355c3b767b7e16711e5680fa47cd67056 0.00 MB 1 0
7,255 7,255 00000000e57e1c8c92419233b40961ccf47186e71559194b2791aa53cb169265 0.00 MB 1 0
7,254 7,254 000000005a9b4befdee466381a59554c16d6692b5f11769b1c95c904bb053fcb 0.00 MB 1 0
7,253 7,253 00000000b844e1330daf4385c53f65e68c489b39bb67319146e35726fa0c2ba1 0.00 MB 1 0
7,252 7,252 00000000d76f4237f6eb76539aba91a03113a91c9eae2eaf302c3dc01248165b 0.00 MB 1 0
7,251 7,251 000000001cf82724a71aa902376b610e59d1cf7e62e126a03cd4987dcb30fada 0.00 MB 1 0
7,250 7,250 000000000702c9148edf6d12eed46b9171ae8da4820399465efc021166179ed3 0.00 MB 1 0
7,249 7,249 00000000e62c067cfa3571b2cd4ee383567acc81778cc53254b65ddd9af389db 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.14 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,691.91 GB sent, 98.21 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.