Memory Pool Memory Pool Refreshing

10,575 transactions
4.79 vMB
Show Random Selection Loading Transactions
Max Size: 26/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,578 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (629,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,652 278,652 0000000000000002826bf33fc0c378aacd68706be425b947b5e3bd363208668c 0.25 MB 643 52
278,651 278,651 000000000000000048fd23d666b1553551b2bcaed9c2b53cc61b8d1f373cf987 0.03 MB 80 96
278,650 278,650 0000000000000002ea8d0c978b8a3a2d56e2cb5cf4e6013b4c9ef58d001f0133 0.16 MB 249 39
278,649 278,649 000000000000000026769e743ab281919cdfc64e311dc95f7d5c8712bd87707a 0.20 MB 403 57
278,648 278,648 0000000000000001ff704c7957b8f5cb9b12e63f779ae04b57cd402305decedb 0.03 MB 47 29
278,647 278,647 00000000000000008947bb4dca9b13c23800c067bf5fbda3261cdd301cf1d5f1 0.06 MB 107 37
278,646 278,646 0000000000000002cf9c050d40b7a0ce8f723d79acaec25be889c13f54b5196a 0.11 MB 210 6
278,645 278,645 0000000000000001220a241afb093ee2c236a606e0f1a135c8b998bf6f1c5aef 0.35 MB 201 8
278,644 278,644 0000000000000000b4b72fdf6edd51894d0eb11ff091e117037f217b68c9729c 0.14 MB 266 41
278,643 278,643 000000000000000193da3d39a8fa77a68d379a5254fa0f0dc43d662f8643cbb7 0.14 MB 217 39
278,642 278,642 0000000000000002287f74cfd5965fe0877f696497c9094a0203cafb386af849 0.15 MB 204 35
278,641 278,641 0000000000000001477ab0d421fb3aa477f2fcde0b6e8a7ff181510378cbcff1 0.21 MB 430 34
278,640 278,640 000000000000000081d57600096dadc3e2f3a8bed64d864346c12d53427e698d 0.23 MB 349 38
278,639 278,639 00000000000000024117527d02adbfac0d18e0dc0e90f4ba47080a0d7eca7e07 0.13 MB 304 55
278,638 278,638 000000000000000114834f7deb45e88f998c920fff7099c8e4d5b1560347ae6e 0.29 MB 686 50
278,637 278,637 0000000000000000086c02d507c45b117f4d0095c0d49da9572a4dd7ae6bc683 0.20 MB 287 41
278,636 278,636 00000000000000021c63aeec39e6fc1e15bb264b885ba0fef6fdd8b980a07fa2 0.25 MB 511 44
278,635 278,635 000000000000000006803aaf2f7be5023fc35fa9bb097f8234b9981a855ce917 0.01 MB 32 0
278,634 278,634 0000000000000002bdaabb6d4ceb05a0462d643b71644fce6ab22ac1f31c3159 0.39 MB 698 47
278,633 278,633 00000000000000001148337a157b408ac4257f19bea104a68b3f933d8a10f010 0.25 MB 678 63
278,632 278,632 00000000000000012d165270071b7bd6735d0da74a2e8c7b2eca8f8d6bbe1560 0.18 MB 395 56
Previous 10 blocks ↓
Total Size: 769.03 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,625.75 GB sent, 93.04 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.