Memory Pool Memory Pool Refreshing

14,165 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (460,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,843 446,843 0000000000000000001361879b790400555b0278ba9ba4cb639c1edc94ddfe67 1.00 MB 2,401 85
446,842 446,842 0000000000000000019a5591e0fa7645485632fc2d2aa2c792ff691589b444d9 1.00 MB 1,612 53
446,841 446,841 000000000000000001013209654f1d13ffcec1e68162c05b51f6e7b2d9516e06 1.00 MB 2,352 98
446,840 446,840 00000000000000000100448463010222b68748e29cd7270988aef17e44c3d49c 1.00 MB 1,004 59
446,839 446,839 0000000000000000031f4b6f5ebddafba1002be36565fe866ebde1f9c45ab0f5 1.00 MB 1,915 73
446,838 446,838 0000000000000000033306a1436751f74f8dbb88eee9af909e89b166c8695a0f 1.00 MB 1,977 55
446,837 446,837 0000000000000000004eef6a30be64198ae5ba1d6b8389f243660cb0f93635fb 1.00 MB 1,838 74
446,836 446,836 000000000000000000da995f2d671ad321d61a93ce4826175f9d8e1092b5b8b8 1.00 MB 1,274 59
446,835 446,835 0000000000000000008d31c1992164042cc7f272b32ae068047a48d04e3ebb00 0.94 MB 759 32
446,834 446,834 000000000000000000d30bdcd45a54ff7e9c610bb65539179e342e53cc7577d4 1.00 MB 826 61
446,833 446,833 000000000000000000123c9e3a60b30401f347a701e55153009aa7a0ec1d353e 1.00 MB 2,079 56
446,832 446,832 0000000000000000028bf735df7dd345c44330e12e41f6a80e122fdea4c7ab76 1.00 MB 2,515 72
446,831 446,831 0000000000000000015959d3969dc46a68a7a41282e1312e96deb3dff897478d 1.00 MB 2,663 60
446,830 446,830 000000000000000000f779a0e7166f1429e39be4cacc7e52d5ed71b7f556d7bd 1.00 MB 1,565 70
446,829 446,829 0000000000000000027d30db0a8d448487c2590f9590b457bbb50c969e278dcd 1.00 MB 2,700 64
446,828 446,828 0000000000000000013df38148d3c8ad6e9f42e104c2dfcf3db64eff6fd67d60 1.00 MB 1,729 69
446,827 446,827 0000000000000000035b375d50e9ddc5a076ab82a6eb0bb882296783fe5306b0 0.93 MB 1,834 81
446,826 446,826 000000000000000000c55c1de2ad0cfc592d974bb26cf8e9e5eb59fdb5353a1d 1.00 MB 1,489 65
446,825 446,825 000000000000000002c3015be3af37b28c87263b25d41003015cebb00f8ae211 0.99 MB 2,812 67
446,824 446,824 00000000000000000127deaa31817196287862515baa359857fd2608f5ad9fee 1.00 MB 2,577 76
446,823 446,823 00000000000000000101a9499e11c99ea0f715b8c2312aa12c34b2785f8b52e7 1.00 MB 3,248 73
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.