Memory Pool Memory Pool Refreshing

3,344 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (794,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,970 112,970 0000000000001028b8d89cb50c27f147ad3e866ef28b34c7ccbdcc99f0075d99 0.01 MB 25 3,653
112,969 112,969 0000000000006b3fc7542204c389462f475655a93990c932ed36e2e45bb994af 0.00 MB 11 935
112,968 112,968 000000000000c74379205730d28ce43a9747978bb446585f042b32d876639db0 0.01 MB 19 0
112,967 112,967 00000000000094292b64ca6596809454fde94a103eb29e0422e15ff38ef6da5a 0.00 MB 16 1,659
112,966 112,966 0000000000001be2013109d6121f307e15ddfe191512da67ff0bccbe8a01d7de 0.00 MB 7 1,435
112,965 112,965 000000000000837217b28a468c36199ef620649a13d9295ed70579df685c1332 0.00 MB 3 0
112,964 112,964 00000000000008ea991b6e5be8060110a53674be27d50b704a519e6c2280870c 0.00 MB 4 0
112,963 112,963 000000000000a54158e2dbf6096eed24a8e36d702498ec9cadbdeb425422324c 0.00 MB 4 0
112,962 112,962 000000000000cbd90c08fe28f5bad61b77375baa84b1395aebe804d1fbb224a5 0.00 MB 11 0
112,961 112,961 000000000000739ee5ba379def50b1f10db00b7654be602ab884072b5037dd08 0.00 MB 7 0
112,960 112,960 00000000000026ff2fc8876c3d821877e52826943cf22f0deed659db80b1d116 0.00 MB 14 1,282
112,959 112,959 000000000000d2ee93318b6912c036168eee133a8a32022b399cb9e90ded2ab9 0.00 MB 10 987
112,958 112,958 000000000000075cc7b2dcae1c630bd8495c77e36a466e32c0f9b44bf520f0e4 0.00 MB 16 689
112,957 112,957 000000000000b0a9a34153b891ab2d817deaa47d14d3def551c23c97ff2b207a 0.01 MB 23 140
112,956 112,956 000000000000c71bd97c498a3452fa4c11e134f86385a62909315249d0f0351d 0.00 MB 8 0
112,955 112,955 0000000000007eec3d6bb31e898ba4c52737d9914ce621202767851e00301b51 0.00 MB 7 0
112,954 112,954 0000000000002791bfd379dbadfd3721c00b6fa21053e1de2ec7ac9a40dc7589 0.00 MB 16 1,303
112,953 112,953 00000000000001baee23c0991c1a0a87874c10019bec563f0b373f0a4e58a8e7 0.00 MB 10 0
112,952 112,952 0000000000006925be37656fc7c7fbd3b4763eff41f5b504da173db0f46cf3e1 0.00 MB 10 246
112,951 112,951 00000000000003516d546fe69985cae87a040427c9232e3ef056642e18a6408a 0.00 MB 2 3,861
112,950 112,950 000000000000c9ffda29829559b89c49ce30788da5c9b416630cbd9a60e4919c 0.00 MB 11 1,044
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.