Memory Pool Memory Pool Refreshing

10,562 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,775 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (9,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,340 898,340 0000000000000000000195a86addb8b971ced2760f7ddb093930b4c0547d5add 1.61 MB 3,574 4
898,339 898,339 00000000000000000000dc5e13103c58b1ab5958c9ecb974696bab9924d48dcb 1.97 MB 1,397 1
898,338 898,338 0000000000000000000156d98ccae77fa5448bafafdad37779b7c62b64af2662 1.80 MB 1,728 2
898,337 898,337 000000000000000000015f072df2019f2e5f6ac420bdf013138b9030c67652d0 1.78 MB 2,446 4
898,336 898,336 00000000000000000000878ddb35af771bbabd8b77dbb0bef2ac839d39ce4d53 1.81 MB 2,674 4
898,335 898,335 000000000000000000023c53be21d83c213a8c25e065ece1fbab92ebeb19f9bb 1.65 MB 3,968 4
898,334 898,334 00000000000000000000ac830b0bf8a7bb3010ff41202c721e92a18d6d88f0f1 1.58 MB 4,338 7
898,333 898,333 00000000000000000001ceffca171e6a7948b67c66972d6a3907fb550013a17e 1.59 MB 2,488 3
898,332 898,332 000000000000000000016da391f50ae10e52b99116aa862db9f0324dd70b1a84 1.69 MB 3,178 4
898,331 898,331 00000000000000000001f80907eb996033737111aabbb2b51697103362b22bb6 1.66 MB 2,925 3
898,330 898,330 00000000000000000001433a48e8538b82b2b5d084c0e4a449166701155f100d 1.55 MB 3,217 5
898,329 898,329 000000000000000000023063651ec9e4a103b3099ed2abcfaa84d8297c6ab122 1.61 MB 3,912 5
898,328 898,328 00000000000000000000c0f018d581fc989dfb1a9850bf14c1ca1d56c8f70465 1.61 MB 3,403 6
898,327 898,327 000000000000000000003719635a65e98d9dc8e761d6e061f661c5bc466249b0 1.80 MB 2,228 1
898,326 898,326 00000000000000000000ea2b63a4469e1c19314b41d4079736ec08f4e63ac278 1.74 MB 3,488 2
898,325 898,325 0000000000000000000057dbfcc5545f68c57562405a3348fba68c6deea08273 1.70 MB 3,583 3
898,324 898,324 0000000000000000000247fb1a73d47bcb66b786bf79340456b3ed72d7773331 1.75 MB 3,806 4
898,323 898,323 000000000000000000010bbe05ade3cc8514c335540d9cba9b07f2ead1ec2201 1.84 MB 3,315 3
898,322 898,322 0000000000000000000124d0d459d67cc7998b238d433b0cb4d2043c24a300cd 1.71 MB 4,672 4
898,321 898,321 00000000000000000000fa5c018777712a2021f2dc60d13dd81ffbac201c2f72 0.00 MB 1 0
898,320 898,320 0000000000000000000249f6ed909b7aed6a76112ab465b4d6db13af7d1b7f80 1.78 MB 4,856 3
Previous 10 blocks ↓
Total Size: 769.04 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,626.99 GB sent, 93.10 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.