Memory Pool Memory Pool Refreshing

5,602 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,928 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (592,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,053 315,053 00000000000000000c270dfd765e50340ede53d2a9c66e0139723b1b16ae851e 0.67 MB 1,080 26
315,052 315,052 0000000000000000341babfeee3842ac1e70e067550fbd317dc36cce72e4da36 0.20 MB 297 24
315,051 315,051 00000000000000002f4aa8585a5a375ff294296c70328e94d8daf2e0edaddca2 0.58 MB 978 25
315,050 315,050 0000000000000000282a5ef474798251a3318ebf0eefe259527a21bee2ddf015 0.08 MB 139 24
315,049 315,049 00000000000000002cf874b2c46f77ce38ef6a38cef8d047f001d44302fdbe32 0.36 MB 498 28
315,048 315,048 000000000000000034c078fdfc605ccdbe60dd69c70c15c70122d14400915fda 0.29 MB 372 19
315,047 315,047 0000000000000000300e4a6f1136dda9afc072b0adc09652cc909b947b3a56b4 0.39 MB 603 23
315,046 315,046 000000000000000023852610eaead8c2d9afaa0aaaded638e671e6dcc87456fd 0.37 MB 715 28
315,045 315,045 0000000000000000065803a677f8d93b9a3e172e62b5206c4253375314a10d39 0.06 MB 93 24
315,044 315,044 0000000000000000013f3217b4d1caf5caa56825ee73192b9be349d078668bd3 0.26 MB 487 32
315,043 315,043 00000000000000003641b47f10e8a1a1403f66861e594f0b9b43972f36d2f7f0 0.57 MB 811 25
315,042 315,042 00000000000000002a28a7cd2820bf176d67a9e37c5be2ab8aa37aa9edf2ff18 0.07 MB 101 18
315,041 315,041 000000000000000010f7ddd344c9705422a9f965d6a905f56a446dfdd421903a 0.42 MB 639 24
315,040 315,040 00000000000000002f8c1e1373541b14c7309b2b2362441af4a28e8ce008d596 0.27 MB 433 22
315,039 315,039 0000000000000000030c13c3676ff9f0cb182e8ff9e585c1feca3f0a71bf2a80 0.12 MB 256 70
315,038 315,038 000000000000000010110437d464ae6d71fd8a64470859cb811651632a895961 0.53 MB 796 22
315,037 315,037 0000000000000000292b51f203d9ca12be03dda873aa306e5cca10b730c3d3f6 0.04 MB 41 10
315,036 315,036 0000000000000000031f8b5cc2fd755fe0deef9d49117b0e43936b0975f5edd7 0.12 MB 171 22
315,035 315,035 00000000000000000ed84a73420a04db3ab1a862d169557900b02e33f5d88a82 0.26 MB 95 12
315,034 315,034 00000000000000001f7fb758076ccfb209ea2285314fc91a8d0a0dc6e9de3c1b 0.35 MB 148 13
315,033 315,033 00000000000000003581632dc71378bd7d7fbd19e9d0282dc83cca496df1c8da 0.75 MB 1,474 29
Previous 10 blocks ↓
Total Size: 769.20 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,633.90 GB sent, 93.93 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.