Memory Pool Memory Pool Refreshing

2,643 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,140 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (100,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
807,240 807,240 00000000000000000001ccaace0d2be37e5e048809a0c2c807283ec6eee79d22 1.46 MB 3,099 30
807,239 807,239 00000000000000000002604d3728d97d66586bfba0ccae4f29081f192fd76998 1.33 MB 1,785 15
807,238 807,238 000000000000000000046154932075c6ce9205a8af5103007be824bdb7fdcc1b 1.61 MB 2,596 14
807,237 807,237 00000000000000000000211b9c0cc977469e814965b82f0d4e9c26fcf13fe77b 1.86 MB 4,844 19
807,236 807,236 00000000000000000002a4d9ecfd0c8bcd8b08aed453d3c6fba68ef9bb856d3c 1.97 MB 5,916 15
807,235 807,235 0000000000000000000486f00ab0356f91fd6e48680eb61a07df00416b16e80d 1.85 MB 4,440 18
807,234 807,234 000000000000000000010fc77b258af01a6ada40fec99072ceacc0063354c46f 1.77 MB 2,849 15
807,233 807,233 00000000000000000004c0d362e8c712c0c970d20b520082a7d0d69e21157b19 1.48 MB 1,763 20
807,232 807,232 00000000000000000003794b3760ace007cd98110e7cf9b1faabafbb37677aa4 1.64 MB 1,269 17
807,231 807,231 00000000000000000004a1be66022a528cd3a897d8a65f631cb015996cc66958 1.35 MB 2,357 24
807,230 807,230 00000000000000000003406e1d55b0b64ac90dfce15539d178025c69c176c173 1.53 MB 2,131 22
807,229 807,229 00000000000000000003a82140eea986f733a4d9bae02884e7f1705432ed8f65 1.39 MB 1,422 19
807,228 807,228 000000000000000000000e3c4be37860dc4e70bec40a2e80ce58b5ce836bfcac 1.36 MB 1,360 23
807,227 807,227 00000000000000000001e78b7d2b3353ad88e7db316e96474d0265c3228cbbc1 1.39 MB 2,705 28
807,226 807,226 00000000000000000001552cb84a6cd04ebce321d3b07004fdb53394fc4f0bf6 1.66 MB 1,391 19
807,225 807,225 000000000000000000041ccf956b59423949ecf74aafb9ed61ce1f09aafa969a 1.48 MB 1,980 23
807,224 807,224 00000000000000000001256bb7991680c24368576a1b6d7990b62bd8c59e5d42 1.70 MB 1,119 19
807,223 807,223 00000000000000000002a3994fb3fb63cd5f11916008caa0a4b0454756b574d2 1.43 MB 1,829 23
807,222 807,222 000000000000000000043a2ba78e5f1d8db51d6403578dd1ca9dd6f182d54f92 1.58 MB 2,033 20
807,221 807,221 00000000000000000000d34b5122eaa6e6189561a74b917594a1c79a575c3b97 1.18 MB 1,007 23
807,220 807,220 000000000000000000052f9ffc3077774ab99ff13849b089179e1d3cf2600d2a 1.29 MB 1,700 22
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.